Interface ProcedureCallHandler
public interface ProcedureCallHandler
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionexecute()voidinit(CallableStatement statement) booleanisHandling(Connection connection, String queryString) booleansetParameterValue(int parameterIndex, Class<?> type, Object value)
-
Method Details
-
isHandling
- Throws:
SQLException
-
init
-
setParameterValue
- Throws:
SQLException
-
execute
- Throws:
SQLException
-