Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_SQLJ_TYPES

ALL_SQLJ_TYPES describes the SQLJ object types accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30)   Owner of the type
TYPE_NAME VARCHAR2(30) NOT NULL Name of the type
TYPE_OID RAW(16) NOT NULL Object identifier (OID) of the type
EXTERNAL_NAME VARCHAR2(4000)   External class name of the type
USING VARCHAR2(21)   Representation of the type:
  • SQLData

  • CustomDatum

  • Serializable

  • Serializable Internal

  • ORAData

TYPECODE VARCHAR2(30)   Typecode of the type
ATTRIBUTES NUMBER   Number of attributes (if any) in the type
METHODS NUMBER   Number of methods (if any) in the type
PREDEFINED VARCHAR2(3)   Indicates whether the type is a predefined type (YES) or not (NO)
INCOMPLETE VARCHAR2(3)   Indicates whether the type is an incomplete type (YES) or not (NO)
FINAL VARCHAR2(3)   Indicates whether the type is a final type (YES) or not (NO)
INSTANTIABLE VARCHAR2(3)   Indicates whether the type is an instantiable type (YES) or not (NO)
SUPERTYPE_OWNER VARCHAR2(30)   Owner of the supertype (null if type is not a subtype)
SUPERTYPE_NAME VARCHAR2(30)   Name of the supertype (null if type is not a subtype)
LOCAL_ATTRIBUTES NUMBER   Number of local (not inherited) attributes (if any) in the subtype
LOCAL_METHODS NUMBER   Number of local (not inherited) methods (if any) in the subtype