public interface Binder
DbSetupTracker to function
properly, or to make them singletons.| Modifier and Type | Method and Description |
|---|---|
void |
bind(java.sql.PreparedStatement statement,
int param,
java.lang.Object value)
Binds the given value to the given parameter in the given prepared statement.
|
void bind(java.sql.PreparedStatement statement, int param, java.lang.Object value) throws java.sql.SQLException
statement - the statement to bind the parameter toparam - The index of the parameter to bind in the statementvalue - The value to bind (may be null)java.sql.SQLException - if the binding throws a SQLException