public interface StatementResultHandler
Statement execution| Modifier and Type | Method and Description |
|---|---|
Object |
processStatement(DbConnection connection,
Statement statement,
QueryTemplate queryTemplate,
AutoGenerateKeysStrategy autoGenerateKeysStrategy)
Processes the results from a statement execution
|
Object processStatement(DbConnection connection, Statement statement, QueryTemplate queryTemplate, AutoGenerateKeysStrategy autoGenerateKeysStrategy) throws SQLException
connection - connection used to execute the statement. Non nullstatement - executed statement. Non nullqueryTemplate - executed query template. Non nullautoGenerateKeysStrategy - strategy used to process auto generated keys. Non nullSQLExceptionCopyright © 2024. All rights reserved.