|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.sql.Datum | +--oracle.sql.STRUCT | +--oracle.sql.JAVA_STRUCT
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 |
getAttributes,
getAttributes,
getAutoBuffering,
getConnection,
getDescriptor,
getJavaSqlConnection,
getOracleAttributes,
getSQLTypeName,
isConvertibleTo,
setAutoBuffering |
Methods inherited from class oracle.sql.Datum |
asciiStreamValue,
bigDecimalValue,
binaryStreamValue,
booleanValue,
byteValue,
characterStreamValue,
dateValue,
doubleValue,
equals,
floatValue,
getBytes,
getLength,
getStream,
intValue,
longValue,
makeJdbcArray,
setBytes,
setShareBytes,
shareBytes,
stringValue,
timestampValue,
timeValue |
Methods inherited from class java.lang.Object |
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public 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.oracle.sql.SQLStructType
Method Detail |
public java.lang.Object toJdbc() throws java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |