Package org.hotrod.dynamicsql.insert
Class PreparedInsertQuery
- java.lang.Object
-
- org.hotrod.dynamicsql.PreparedQuery
-
- org.hotrod.dynamicsql.insert.PreparedInsertQuery
-
public class PreparedInsertQuery extends PreparedQuery
-
-
Field Summary
-
Fields inherited from class org.hotrod.dynamicsql.PreparedQuery
formattedSQL, MAX_DISPLAY_VALUE, parameters, sql
-
-
Constructor Summary
Constructors Constructor Description PreparedInsertQuery(SimpleStaticSegmentConsumer sc, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longexecute(Connection conn)-
Methods inherited from class org.hotrod.dynamicsql.PreparedQuery
getPreview, getPreview
-
-
-
-
Constructor Detail
-
PreparedInsertQuery
public PreparedInsertQuery(SimpleStaticSegmentConsumer sc, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)
-
-
Method Detail
-
execute
public Long execute(Connection conn) throws SQLException, DynamicExpressionException
-
-