Package com.github.kagkarlsson.jdbc
Interface PreparedStatementSetter
-
public interface PreparedStatementSetter
-
-
Field Summary
Fields Modifier and Type Field Description static PreparedStatementSetterNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetParameters(PreparedStatement preparedStatement)
-
-
-
Field Detail
-
NOOP
static final PreparedStatementSetter NOOP
-
-
Method Detail
-
setParameters
void setParameters(PreparedStatement preparedStatement) throws SQLException
- Throws:
SQLException
-
-