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
Exception
int[] executeBatch() throws SQLException
SQLException
Integer getUpdateCount() throws SQLException
SQLException
Object executeStatement() throws SQLException
SQLException
void populateStatement(Object value, org.apache.camel.Exchange exchange) throws SQLException
SQLException
void addBatch(Object value, org.apache.camel.Exchange exchange)
Apache Camel