Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

oracle.sql
Class JAVA_STRUCT

java.lang.Object
  extended by oracle.sql.Datum
      extended by oracle.sql.DatumWithConnection
          extended by oracle.sql.STRUCT
              extended by oracle.sql.JAVA_STRUCT
All Implemented Interfaces:
java.io.Serializable, java.sql.Struct, oracle.jdbc.internal.OracleDatumWithConnection, OracleStruct

public class JAVA_STRUCT
extends STRUCT

A class for structured data type.

See Also:
Serialized Form

Field Summary
static java.lang.String BUILD_DATE
           
static boolean TRACE
           
 
Constructor Summary
JAVA_STRUCT(StructDescriptor type, java.sql.Connection conn, java.lang.Object[] attributes)
          Constructor.
 
Method Summary
 java.lang.Object toJdbc()
          Oracle extension.
 
Methods inherited from class oracle.sql.STRUCT
dump, dump, dump, getAttributes, getAttributes, getAutoBuffering, getDescriptor, getJavaSqlConnection, getOracleAttributes, getOracleDataFactory, getOracleMetaData, getSQLTypeName, isConvertibleTo, setAutoBuffering
 
Methods inherited from class oracle.sql.DatumWithConnection
assertNotNull, assertNotNull, getConnection, getOracleConnection
 
Methods inherited from class oracle.sql.Datum
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, dateValue, doubleValue, equals, floatValue, getBytes, getLength, getStream, intValue, longValue, setBytes, setShareBytes, shareBytes, stringValue, stringValue, timestampValue, timestampValue, timeValue, timeValue
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jdbc.internal.OracleDatumWithConnection
asciiStreamValue, 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, timeValue
 

Field Detail

BUILD_DATE

public static final java.lang.String BUILD_DATE
See Also:
Constant Field Values

TRACE

public static final boolean TRACE
See Also:
Constant Field Values
Constructor Detail

JAVA_STRUCT

public JAVA_STRUCT(StructDescriptor type,
                   java.sql.Connection conn,
                   java.lang.Object[] attributes)
            throws java.sql.SQLException
Constructor. The raw bytes are computed at this time or a copy of attributes is made. In any event the caller is free to modify the array without affecting the values held in the STRUCT.

Parameters:
type - the SQLStructType used to convert the type to
attributes - the array specifying the attributes to be converted to raw bytes.
Throws:
java.sql.SQLException
See Also:
oracle.sql.SQLStructType
Method Detail

toJdbc

public java.lang.Object toJdbc()
                        throws java.sql.SQLException
Oracle extension. Returns the JDBC representation of the datum object

Specified by:
toJdbc in interface oracle.jdbc.internal.OracleDatumWithConnection
Overrides:
toJdbc in class STRUCT
Returns:
an object containing the JDBC value
Throws:
java.sql.SQLException - if conversion to JDBC representation results in an error

Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

Copyright © 1998, 2007, Oracle. All rights reserved.