oracle.sql
Class TypeDescriptor

java.lang.Object
  |
  +--oracle.sql.TypeDescriptor
Direct Known Subclasses:
ArrayDescriptor, OpaqueDescriptor, StructDescriptor

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

See Also:
Serialized Form

Field Summary
TypeField
static boolean DEBUG_SERIALIZATION
           
 
Method Summary
TypeMethod
 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 conn)
           
 
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
Method Detail

getName

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

setConnection

public void setConnection(java.sql.Connection conn)
                   throws java.sql.SQLException

getSubtypeName

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