Package org.hotrod.dynamicsql.insert
Class PreparedInsertIdentityInlineKeyResultSetExecutor
- java.lang.Object
-
- org.hotrod.dynamicsql.insert.InsertExecutor
-
- org.hotrod.dynamicsql.insert.PreparedInsertIdentityInlineKeyResultSetExecutor
-
public class PreparedInsertIdentityInlineKeyResultSetExecutor extends InsertExecutor
-
-
Constructor Summary
Constructors Constructor Description PreparedInsertIdentityInlineKeyResultSetExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longexecute(Connection conn, String sql, List<ParameterOccurrence> parameters, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)-
Methods inherited from class org.hotrod.dynamicsql.insert.InsertExecutor
applyParameters
-
-
-
-
Method Detail
-
execute
public Long execute(Connection conn, String sql, List<ParameterOccurrence> parameters, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames) throws SQLException, DynamicExpressionException
- Specified by:
executein classInsertExecutor- Throws:
SQLExceptionDynamicExpressionException
-
-