Class CallableStatementWrapper
java.lang.Object
org.apache.camel.component.sql.stored.CallableStatementWrapper
- All Implemented Interfaces:
StatementWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionCallableStatementWrapper
(String template, CallableStatementWrapperFactory wrapperFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int[]
void
populateStatement
(Object value, org.apache.camel.Exchange exchange)
-
Constructor Details
-
CallableStatementWrapper
-
-
Method Details
-
call
- Specified by:
call
in interfaceStatementWrapper
- Throws:
Exception
-
executeBatch
- Specified by:
executeBatch
in interfaceStatementWrapper
- Throws:
SQLException
-
getUpdateCount
- Specified by:
getUpdateCount
in interfaceStatementWrapper
- Throws:
SQLException
-
executeStatement
- Specified by:
executeStatement
in interfaceStatementWrapper
- Throws:
SQLException
-
populateStatement
- Specified by:
populateStatement
in interfaceStatementWrapper
- Throws:
SQLException
-
addBatch
- Specified by:
addBatch
in interfaceStatementWrapper
-