Package org.soulwing.jdbc
Interface ParameterHandler
-
public interface ParameterHandler
A 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 void
handleParameter(PreparedStatement statement, int parameterIndex)
-
-
-
Method Detail
-
handleParameter
void handleParameter(PreparedStatement statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
-