Package org.soulwing.jdbc
Interface ParameterHandler
-
public interface ParameterHandlerA handler that is responsible for injecting a parameter value into aPreparedStatement.- Author:
- Carl Harris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleParameter(PreparedStatement statement, int parameterIndex)
-
-
-
Method Detail
-
handleParameter
void handleParameter(PreparedStatement statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
-