home - keyword index

Table: DBA_JAVA_FIELDS

field information of all stored java class

Column Name Description
ACCESSIBILITY the accessiblity of the field, public/private/protected/null(i.e. package)
ARRAY_DEPTH array depth of the type of the field
BASE_TYPE base type of the type of the field
FIELD_CLASS if base_type is class, this gives the actual class name of the base object
FIELD_INDEX the index of the field
FIELD_NAME the name of the field at FIELD_INDEX
IS_FINAL is the field a final field?
IS_STATIC is the field a static field?
IS_TRANSIENT is the field transient?
IS_VOLATILE is the field volotile?
NAME name of the java class
OWNER

home - keyword index

Comment on this page: