home - keyword index

Keyword: FIELD

jump to Columns back to index

Tables

Table Name Description
ALL_JAVA_FIELDS field information of stored java class accessible to user
DBA_JAVA_FIELDS field information of all stored java class
USER_JAVA_FIELDS field information of stored java class owned by the user
top back to index

Columns

Column Name Description
FIELDS (DBA_JAVA_LAYOUTS) how many locally declared fields does this class contain?
FIELDS (USER_JAVA_LAYOUTS) how many locally declared fields does this class contain?
FIELDS (ALL_JAVA_LAYOUTS) how many locally declared fields does this class contain?
FIELD_CLASS (ALL_JAVA_FIELDS) if base_type is class, this gives the actual class name of the base object
FIELD_CLASS (USER_JAVA_FIELDS) if base_type is class, this gives the actual class name of the base object
FIELD_CLASS (DBA_JAVA_FIELDS) if base_type is class, this gives the actual class name of the base object
FIELD_INDEX (DBA_JAVA_FIELDS) the index of the field
FIELD_INDEX (USER_JAVA_FIELDS) the index of the field
FIELD_INDEX (ALL_JAVA_FIELDS) the index of the field
FIELD_NAME (ALL_JAVA_FIELDS) the name of the field at FIELD_INDEX
FIELD_NAME (DBA_JAVA_FIELDS) the name of the field at FIELD_INDEX
FIELD_NAME (USER_JAVA_FIELDS) the name of the field at FIELD_INDEX
STATIC_FIELDS (ALL_JAVA_LAYOUTS) how many locally declared static fields does this class contain?
STATIC_FIELDS (DBA_JAVA_LAYOUTS) how many locally declared static fields does this class contain?
STATIC_FIELDS (USER_JAVA_LAYOUTS) how many locally declared static fields does this class contain?
top back to index

Comment on this page:




home - keyword index