Interface StatementWrapper
- All Known Implementing Classes:
CallableStatementWrapper
public interface StatementWrapper
Wrapper that simplifies operations on
CallableStatement in SqlStoredProducer. Wrappers are
stateful objects and must not be reused.-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidint[]voidpopulateStatement(Object value, org.apache.camel.Exchange exchange)
-
Method Details
-
call
- Throws:
Exception
-
executeBatch
- Throws:
SQLException
-
getUpdateCount
- Throws:
SQLException
-
executeStatement
- Throws:
SQLException
-
populateStatement
- Throws:
SQLException
-
addBatch
-