org.mule.module.db.internal.result.statement
Interface StatementResultHandler
- All Known Implementing Classes:
- AbstractMapStatementResultHandler, EagerStatementResultHandler, StreamingStatementResultHandler
public interface StatementResultHandler
Processes the results returned by a Statement execution
processStatement
Object processStatement(DbConnection connection,
Statement statement,
QueryTemplate queryTemplate,
AutoGeneratedKeyStrategy autoGeneratedKeyStrategy)
throws SQLException
- Processes the results from a statement execution
- Parameters:
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 null
- Returns:
- a non null the results of the statement execution
- Throws:
SQLException
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.