Oracle10g JDBC

oracle.sql
Class TypeDescriptor

java.lang.Object
  extended byoracle.sql.TypeDescriptor
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArrayDescriptor, OpaqueDescriptor, StructDescriptor

public abstract class TypeDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String BUILD_DATE
           
static boolean DEBUG_SERIALIZATION
           
static boolean PRIVATE_TRACE
           
static boolean TRACE
           
 
Method Summary
 java.lang.String getName()
          Return fully qualified type name.
static java.lang.String getSubtypeName(OracleConnection conn, byte[] image, long offset)
           
 void setConnection(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_SERIALIZATION

public static boolean DEBUG_SERIALIZATION

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

PRIVATE_TRACE

public static final boolean PRIVATE_TRACE
See Also:
Constant Field Values

BUILD_DATE

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

getName

public java.lang.String getName()
                         throws java.sql.SQLException
Return fully qualified type name.

Throws:
java.sql.SQLException

setConnection

public void setConnection(java.sql.Connection connection)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getSubtypeName

public static java.lang.String getSubtypeName(OracleConnection conn,
                                              byte[] image,
                                              long offset)
                                       throws java.sql.SQLException
Throws:
java.sql.SQLException

Oracle10g JDBC

Copyright © 1998,2004, Oracle. All rights reserved