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