public interface StatementPreparer
Modifier and Type | Method and Description |
---|---|
void |
fillInsertValues(PreparedStatement statement)
Given a statement, this method fills the placeholders of that statement.
|
void fillInsertValues(PreparedStatement statement) throws SQLException
statement
- a PreparedStatementSQLException
Copyright © 2017 Clazzes.org. All rights reserved.