ValueJavaObject

Implementation of the OBJECT data type.

Methods
static ValueJavaObject getNoCopy(Object javaObject, byte[] b, DataHandler dataHandler)
Get or create a java object value for the given byte array.
static ValueJavaObject getNoCopy(Object javaObject, byte[] b, DataHandler dataHandler)
Get or create a java object value for the given byte array. Do not clone the data.
Parameters:
javaObject - the object
b - the byte array
dataHandler - provides the object serializer
Returns:
the value
DataHandler getDataHandler()
DataHandler getDataHandler()
int getType()
int getType()
void set(PreparedStatement prep, int parameterIndex)
void set(PreparedStatement prep, int parameterIndex) throws SQLException