| Package | Description | 
|---|---|
| oracle.javatools.db | 
 Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. 
 | 
| oracle.javatools.db.ora | 
 Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSchemaObject
Provides a base implementation of the  
SchemaObject interface. | 
class  | 
Alias
Model of a database alias. 
 | 
class  | 
Index
Model of a database index. 
 | 
class  | 
Java
Abstract SchemaObject implementation for the different Java objects available
 in a database. 
 | 
class  | 
JavaClass
Model of a Java Class. 
 | 
class  | 
JavaResource
Model of a Java Resource object. 
 | 
class  | 
JavaSource
Model of a Java Source object. 
 | 
class  | 
Relation
A  
Relation represents the basic entity of a relational
 database. | 
class  | 
Schema
Model of a database schema. 
 | 
class  | 
Synonym
Model of a database synonym. 
 | 
class  | 
Table
Model of a database table. 
 | 
class  | 
Tablespace
Model of a Tablespace in a database. 
 | 
class  | 
View
Represents a database View. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseLink
Model of a database DatabaseLink. 
 | 
class  | 
Directory
Model of an Oracle Directory object. 
 | 
class  | 
Indextype  | 
class  | 
MaterializedView
A MaterializedView represents a Materialized View in the database. 
 | 
class  | 
MaterializedViewLog  | 
class  | 
RecycledObject
Model of an object that has been dropped and is now in the Oracle recycle
 bin. 
 | 
class  | 
XMLSchema
Object to represent an XML Schema held in the database. 
 |