Extension SDK 9.0.5

Uses of Package
oracle.jdeveloper.cm.ds.db

Packages that use oracle.jdeveloper.cm.ds.db
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.cm.dt.addin Contains base implementations of addin interfaces. 
oracle.jdeveloper.cm.dt.wizard Contains classes related to Wizard implementations used with connection objects. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
 

Classes in oracle.jdeveloper.cm.ds.db used by oracle.jdeveloper.cm.ds.db
AbstractDatabase
          Base implementation of the Database interface.
AbstractDBObject
          Provides an abstract implementation of the DBObject interface.
AbstractDBObjectBuilder
           
AbstractDBObjectProvider
          Provides a base implementation of the DBObjectProvider interface.
AbstractSchemaObject
          Provides a base implementation of the SchemaObject interface.
AbstractValidator
          Provides an abstract implementation of the DBOBjectValidator interface.
BinaryObject
           
CheckConstraint
          A CheckConstraint constrains a table or view based on a conditional expression.
Column
          Model of a database column.
ColumnConstraint
           
Constraint
          A Constraint represents a constraint on a table or view.
ConstraintID
           
Database
          Provides a interface for accessing a Database.
DatabaseFactory
          DatabaseFactory classes are responsible for creating new instances of the Database interface.
DataType
          A database data type.
DBException
          An Exception that is thrown by a DB model operation.
DBNull
          A representation of a NULL database value.
DBObject
          Base interface for Database Objects.
DBObjectBuilder
          The DBObjectBuilder interface provides a mechanism for constructing new instances representing database objects.
DBObjectID
          Interface representing an immutable object ID for a DBObject.
DBObjectProvider
          The DBObjectProvider interface provides clients with access to database objects.
DBObjectValidator
          A DBObjectValidator is responsible for validating a specific type of DBObject instance.
Ddl
          Class for the DDL to create an object.
DDLGenerator
          The DDLGenerator interface defines an API for retrieving the neccessary DDL statements for creating, updating, and deleting objects.
DMDBuilder
          Builds SchemaObjects based on information retrieved from an instance of DatabaseMetaData.
FKConstraint
          A FKConstraint represents a Foreign Key Constraint.
Function
           
Index
          Model of a database index.
Java
           
JavaClass
           
JavaResource
           
JavaSource
           
JdbcDatabase
          Implementation of the Database interface for JDBC Databases.
JdbcRelationBuilder
           
ObjectType
           
ObjectTypeBody
           
Package
           
PackageBody
           
PlSql
           
Procedure
           
Relation
          A Relation represents the basic entity of a relational database.
RelationValidator
          Validates Relation instances.
Schema
          Model of a database schema.
SchemaObject
          A SchemaObject represents a database object that can exist within the context of a schema.
Sequence
          Model of a database sequence.
SourceObject
           
Synonym
          Model of a database synonym.
Table
          Model of a database table.
Trigger
           
UniqueConstraint
          A UniqueConstraint prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
ValidationException
          Indicates that the validation of the database object failed.
View
          Represents a database View.
 

Classes in oracle.jdeveloper.cm.ds.db used by oracle.jdeveloper.cm.dt
Database
          Provides a interface for accessing a Database.
 

Classes in oracle.jdeveloper.cm.ds.db used by oracle.jdeveloper.cm.dt.addin
Database
          Provides a interface for accessing a Database.
 

Classes in oracle.jdeveloper.cm.ds.db used by oracle.jdeveloper.cm.dt.wizard
Database
          Provides a interface for accessing a Database.
DBException
          An Exception that is thrown by a DB model operation.
DBObject
          Base interface for Database Objects.
Schema
          Model of a database schema.
 

Classes in oracle.jdeveloper.cm.ds.db used by oracle.jdeveloper.runner
Database
          Provides a interface for accessing a Database.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.