public interface StatementResultHandler
Statement
executionModifier 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 nullSQLException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.