public final class JdbcValue extends Object
PreparedStatement
. Register a converter from any type to JdbcValue
in order to control
the value and the JDBCType
as which a value should get passed to the JDBC driver.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JDBCType |
getJdbcType() |
Object |
getValue() |
int |
hashCode() |
static JdbcValue |
of(Object value,
JDBCType jdbcType) |
String |
toString() |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.