public interface SQLStatementConfigurator
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
configureStatement(SQLContext context,
PreparedStatement jdbcStatement,
SQLStatement sqlStatement)
Configure given
PreparedStatement, setting the statement parameter values, if necessary. |
static SQLStatementConfigurator |
getDefault()
Get the default
SQLStatementConfigurator. |
PreparedStatement configureStatement(SQLContext context, PreparedStatement jdbcStatement, SQLStatement sqlStatement) throws SQLException
PreparedStatement, setting the statement parameter values, if necessary.context - SQL contextjdbcStatement - The JDBC statement to configure (not null)sqlStatement - The SQL statement definition (not null)SQLException - If an error occurredstatic SQLStatementConfigurator getDefault()
SQLStatementConfigurator.SQLStatementConfiguratorCopyright © 2019 The Holon Platform. All rights reserved.