org.springframework.jdbc.support.SqlValueSqlOracleArrayValuepublic interface NamedSqlValue
extends org.springframework.jdbc.support.SqlValue
SqlValue.SqlValue| Modifier and Type | Method | Description |
|---|---|---|
void |
setValue(PreparedStatement ps,
String paramName) |
Set the value on the given PreparedStatement.
|
void setValue(PreparedStatement ps, String paramName) throws SQLException
ps - the PreparedStatement to work onparamName - the name of the parameter for which we need to set the valueSQLException - if a SQLException is encountered while setting parameter valuesSqlValue.setValue(PreparedStatement, int)Copyright © 2018. All rights reserved.