public class JAVA_STRUCT extends STRUCT
targetDatumWithConnectionojiOracleDatumWithConnection, targetDatum| Constructor and Description |
|---|
JAVA_STRUCT(StructDescriptor type,
byte[] elements,
java.sql.Connection conn)
Constructor from the pickled bytes.
|
JAVA_STRUCT(StructDescriptor type,
java.sql.Connection conn,
java.lang.Object[] attributes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
toJdbc()
Oracle extension.
|
dump, dump, dump, getAttributes, getAttributes, getAutoBuffering, getDatumArray, getDescriptor, getJavaSqlConnection, getObjectArray, getOracleAttributes, getOracleDataFactory, getOracleMetaData, getSQLTypeName, getTarget, isConvertibleTo, setAutoBuffering, setNullDatumArray, setNullObjectArrayassertNotNull, assertNotNull, getConnection, getConnectionDuringExceptionHandling, getOracleConnectionasciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, bytesEqual, bytesHashCode, byteValue, characterStreamValue, compareBytes, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, isNull, longValue, setBytes, setShareBytes, shareBytes, stringValue, stringValue, timestampValue, timestampValue, timeValue, timeValueclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, doubleValue, floatValue, getBytes, getConnection, getInternalConnection, getLength, getOracleConnection, getStream, intValue, longValue, setBytes, setPhysicalConnectionOf, setShareBytes, shareBytes, stringValue, stringValue, timestampValue, timestampValue, timeValue, timeValuepublic JAVA_STRUCT(StructDescriptor type, java.sql.Connection conn, java.lang.Object[] attributes) throws java.sql.SQLException
type - the SQLStructType used to convert the type toattributes - the array specifying the attributes to be
converted to raw bytes.java.sql.SQLExceptionoracle.sql.SQLStructTypepublic JAVA_STRUCT(StructDescriptor type, byte[] elements, java.sql.Connection conn) throws java.sql.SQLException
descriptor - an StructDescriptor describing the SQL Typebytes - the array containing the raw bytesjava.sql.SQLException