2.185 ALL_JAVA_FIELDS
ALL_JAVA_FIELDS
displays field information about the stored Java classes accessible to the current user.
Related Views
-
DBA_JAVA_FIELDS
displays field information about all stored Java classes in the database. -
USER_JAVA_FIELDS
displays field information about the stored Java classes owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the Java class |
|
|
|
Name of the Java class |
|
|
|
Index of the field |
|
|
|
Name of the field identified by the |
|
|
|
Accessibility of the field:
|
|
|
|
Indicates whether the field is a static field ( |
|
|
|
Indicates whether the field is a final field ( |
|
|
|
Indicates whether the field is volatile ( |
|
|
|
Indicates whether the field is transient ( |
|
|
|
Indicates whether the field is generated by the compiler ( |
|
|
|
Indicates whether the field is a member of an enum ( |
|
|
|
Array depth of the type of the field |
|
|
|
Base type of the type of the field:
|
|
|
|
Actual class name of the base object if the base type is |
See Also: