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


Method Summary
 Object processStatement(DbConnection connection, Statement statement, QueryTemplate queryTemplate, AutoGeneratedKeyStrategy autoGeneratedKeyStrategy)
          Processes the results from a statement execution
 

Method Detail

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 null
statement - executed statement. Non null
queryTemplate - executed query template. Non null
autoGeneratedKeyStrategy - 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.