@FunctionalInterface public static interface JdbcDialect.StatementParameterHandler
| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
setParameterValue(Connection connection,
PreparedStatement statement,
int index,
com.holonplatform.datastore.jdbc.internal.support.ParameterValue parameterValue)
Set a statement parameter value.
|
Optional<Object> setParameterValue(Connection connection, PreparedStatement statement, int index, com.holonplatform.datastore.jdbc.internal.support.ParameterValue parameterValue) throws SQLException
connection - Connectionstatement - Statementindex - Parameter indexparameterValue - Parameter valueSQLException - If an error occurredCopyright © 2017 The Holon Platform. All rights reserved.