DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_SQLJ_TYPES

Object Details
Object Name: DBA_SQLJ_TYPES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of all types in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the type
TYPE_NAME VARCHAR2 (128) Yes Name of the type
TYPE_OID RAW (16) Yes Object identifier (OID) of the type
EXTERNAL_NAME VARCHAR2 (4000)
External class name of the type
USING VARCHAR2 (21)
Representation of the type
TYPECODE VARCHAR2 (128)
Typecode of the type
ATTRIBUTES NUMBER

Number of attributes in the type
METHODS NUMBER

Number of methods in the type
PREDEFINED VARCHAR2 (3)
Is the type a predefined type?
INCOMPLETE VARCHAR2 (3)
Is the type an incomplete type?
FINAL VARCHAR2 (3)
Is the type a final type?
INSTANTIABLE VARCHAR2 (3)
Is the type an instantiable type?
SUPERTYPE_OWNER VARCHAR2 (128)
Owner of the supertype (null if type is not a subtype)
SUPERTYPE_NAME VARCHAR2 (128)
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TYPE_NAME
,      TYPE_OID
,      EXTERNAL_NAME
,      USING
,      TYPECODE
,      ATTRIBUTES
,      METHODS
,      PREDEFINED
,      INCOMPLETE
,      FINAL
,      INSTANTIABLE
,      SUPERTYPE_OWNER
,      SUPERTYPE_NAME
,      LOCAL_ATTRIBUTES
,      LOCAL_METHODS
FROM SYS.DBA_SQLJ_TYPES;

Dependencies

[top of page]

SYS.DBA_SQLJ_TYPES references the following:

SchemaSYS
TableTYPE$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_SQLJ_TYPES is referenced by following:

SchemaPUBLIC
SynonymDBA_SQLJ_TYPES