public interface StatementWrapper
CallableStatement in SqlStoredProducer. Wrappers are
stateful objects and must not be reused.| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(Object value,
org.apache.camel.Exchange exchange) |
void |
call(WrapperExecuteCallback cb) |
int[] |
executeBatch() |
Object |
executeStatement() |
Integer |
getUpdateCount() |
void |
populateStatement(Object value,
org.apache.camel.Exchange exchange) |
void call(WrapperExecuteCallback cb) throws Exception
Exceptionint[] executeBatch()
throws SQLException
SQLExceptionInteger getUpdateCount() throws SQLException
SQLExceptionObject executeStatement() throws SQLException
SQLExceptionvoid populateStatement(Object value, org.apache.camel.Exchange exchange) throws SQLException
SQLExceptionvoid addBatch(Object value, org.apache.camel.Exchange exchange)
Apache Camel