Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.cm.ds.db.Database

Packages that use Database
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. 
 

Uses of Database in oracle.jdeveloper.cm.ds.db
 

Classes in oracle.jdeveloper.cm.ds.db that implement Database
 class AbstractDatabase
          Base implementation of the Database interface.
 class JdbcDatabase
          Implementation of the Database interface for JDBC Databases.
 

Methods in oracle.jdeveloper.cm.ds.db that return Database
protected abstract  Database DatabaseFactory.createDatabaseImpl(java.lang.String connName, java.sql.Connection conn)
          Creates a new Database instance.
static Database DatabaseFactory.createDatabase(java.sql.Connection conn)
          Creates an instance of Database for the specified Connection.
static Database DatabaseFactory.createDatabase(java.lang.String connName)
           
static Database DatabaseFactory.createDatabase(java.lang.String connName, java.sql.Connection conn)
           
 

Uses of Database in oracle.jdeveloper.cm.dt
 

Methods in oracle.jdeveloper.cm.dt that return Database
 Database DatabaseEditorNode.getDatabase()
           
 

Uses of Database in oracle.jdeveloper.cm.dt.addin
 

Methods in oracle.jdeveloper.cm.dt.addin that return Database
 Database AbstractConnectionEditor.getDatabase()
          Retrieves the Database object associated with this editor.
 

Uses of Database in oracle.jdeveloper.cm.dt.wizard
 

Methods in oracle.jdeveloper.cm.dt.wizard with parameters of type Database
static Schema DBWizardLauncher.determineSchema(Context ctx, Database db)
           
static Node DBWizardLauncher.createNode(Context ctx, Database db, java.lang.String schema, java.lang.String name, java.lang.String objectType, boolean openEditor)
           
static DBWizardFactory DBWizardFactoryRegistry.getDBWizardFactory(Database db)
           
 boolean DBWizardFactory.canCreateDBObject(Context ctx, Database db, java.lang.String dbObjectType)
          Whether this DBWizardFactory will be able to create a new dabtabase object of a specific type in a specific context.
 boolean DBWizardFactory.createDBObject(Context ctx, Database db, java.lang.String dbObjectType)
          Creates a new dabtabase object of a specific type in a specific context.
 boolean DBWizardFactory.canEditDBObject(Context ctx, Database db, DBObject object)
          Whether this DBWizardFactory will be able to edit an existing dabtabase object of a specific type in a specific context.
 boolean DBWizardFactory.editDBObject(Context ctx, Database db, DBObject object)
          Edits an existing dabtabase object of a specific type in a specific context.
 

Constructors in oracle.jdeveloper.cm.dt.wizard with parameters of type Database
DBWizardLauncher(Context ctx, Database db, java.lang.String title)
           
 

Uses of Database in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return Database
 Database JStarter.getDatabase()
          Returns the database if this JStarter is starting a procedure in a database.
 

Methods in oracle.jdeveloper.runner with parameters of type Database
 boolean JRunProcess.canRunInDatabase(Node node, Database db, java.util.List errors)
          This method should return true if the JRunProcess subclass supports running in a database.
 


Extension SDK

 

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