Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
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
PDF · Mobi · ePub
REFRN20096

ALL_JAVA_FIELDS

ALL_JAVA_FIELDS displays field information about the stored Java classes accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the Java class
NAME VARCHAR2(4000)   Name of the Java class
FIELD_INDEX NUMBER   Index of the field
FIELD_NAME VARCHAR2(4000)   Name of the field identified by the FIELD_INDEX column
ACCESSIBILITY VARCHAR2(9)   Accessibility of the field:
  • PUBLIC

  • PRIVATE

  • PROTECTED

IS_STATIC VARCHAR2(3)   Indicates whether the field is a static field (YES) or not (NO)
IS_FINAL VARCHAR2(3)   Indicates whether the field is a final field (YES) or not (NO)
IS_VOLATILE VARCHAR2(3)   Indicates whether the field is volatile (YES) or not (NO)
IS_TRANSIENT VARCHAR2(3)   Indicates whether the field is transient (YES) or not (NO)
ARRAY_DEPTH NUMBER   Array depth of the type of the field
BASE_TYPE VARCHAR2(7)   Base type of the type of the field:
  • int

  • long

  • float

  • double

  • boolean

  • byte

  • char

  • short

  • class

FIELD_CLASS VARCHAR2(4000)   Actual class name of the base object if the base type is class

Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF