|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBuildableObject | |
|---|---|
| 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.datatypes | Classes related to datatypes in the database API. |
| oracle.javatools.db.dictionary | Contains a Database implementation (DictionaryDatabase) that retrieves information for retrieving object information using dictionary queries (instead of the JDBC metadata). |
| oracle.javatools.db.ora | Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. |
| oracle.javatools.db.plsql | Classes for dealing with PL/SQL objects. |
| Uses of AbstractBuildableObject in oracle.javatools.db |
|---|
| Classes in oracle.javatools.db with type parameters of type AbstractBuildableObject | |
|---|---|
class |
AbstractDBObjectBuilder<T extends AbstractBuildableObject>Abstract implementation of DBObjectbuilder that provides core support for component building of objects. |
| Subclasses of AbstractBuildableObject in oracle.javatools.db | |
|---|---|
class |
AbstractSchemaObjectProvides a base implementation of the SchemaObject interface. |
class |
AbstractSystemObjectAbstract superclass for all SystemObject implementations. |
class |
FunctionDeprecated. use Function instead |
class |
IndexModel of a database index. |
class |
JavaAbstract SchemaObject implementation for the different Java objects available in a database. |
class |
JavaClassModel of a Java Class. |
class |
JavaResourceModel of a Java Resource object. |
class |
JavaSourceModel of a Java Source object. |
class |
PackageDeprecated. use Package instead |
class |
PlSqlDeprecated. use SourceObject instead |
class |
PlSqlSubprogramDeprecated. use PlSqlSubProgram instead |
class |
ProcedureDeprecated. use Procedure instead |
class |
RelationA Relation represents the basic entity of a relational database. |
class |
SchemaModel of a database schema. |
class |
SequenceModel of a database sequence. |
class |
SpecPlSqlDeprecated. use PlSqlSchemaObjectSpec instead |
class |
SynonymModel of a database synonym. |
class |
TableModel of a database table. |
class |
TablespaceModel of a Tablespace in a database. |
class |
TriggerDeprecated. use Trigger instead |
class |
ViewRepresents a database View. |
| Methods in oracle.javatools.db with parameters of type AbstractBuildableObject | |
|---|---|
protected void |
AbstractDBObjectProvider.markForLazyInit(AbstractBuildableObject object) |
protected void |
AbstractDBObjectProvider.markForLazyInit(AbstractBuildableObject object, DBObjectBuilder builder) |
| Uses of AbstractBuildableObject in oracle.javatools.db.datatypes |
|---|
| Subclasses of AbstractBuildableObject in oracle.javatools.db.datatypes | |
|---|---|
class |
ComplexTypeDeprecated. use Type instead |
class |
ObjectTypeDeprecated. |
| Uses of AbstractBuildableObject in oracle.javatools.db.dictionary |
|---|
| Classes in oracle.javatools.db.dictionary with type parameters of type AbstractBuildableObject | |
|---|---|
class |
DictionaryDBObjectBuilder<T extends AbstractBuildableObject>Extension of AbstractDBObjectBuilder that includes some database specific support such as connections and query wrappers. |
| Uses of AbstractBuildableObject in oracle.javatools.db.ora |
|---|
| Subclasses of AbstractBuildableObject in oracle.javatools.db.ora | |
|---|---|
class |
DatabaseLinkModel of a database DatabaseLink. |
class |
DirectoryModel of an Oracle Directory object. |
class |
Indextype |
class |
MaterializedViewA MaterializedView represents a Materialized View in the database. |
class |
MaterializedViewLog |
class |
RecycledObjectModel of an object that has been dropped and is now in the Oracle recycle bin. |
class |
XMLSchemaObject to represent an XML Schema held in the database. |
| Uses of AbstractBuildableObject in oracle.javatools.db.plsql |
|---|
| Subclasses of AbstractBuildableObject in oracle.javatools.db.plsql | |
|---|---|
class |
DBObjectPlSqlFragmentTop-most PL/SQL specific superclass of all PL/SQL DBObject classes in this package. |
class |
PackageBodyRepresentation of a PL/SQL Package Body |
class |
PlSqlAttributeA representation of a Attribute within a Type. |
class |
PlSqlBlockWhen instantiated as a concrete class, this represents a PL/SQL Block. |
class |
PlSqlDatatypeRepresentation of a PL/SQL Datatype sucj as a record, varray table etc. |
class |
PlSqlMethodRepresentation of a method within a PlSqlMethod.MethodType. |
class |
PlSqlParameterRepresentation of a parameter (argument) to any PL/SQL procedure, function or method. |
class |
PlSqlReferenceA reference from some PL/SQL to another DBObject. |
class |
PlSqlSchemaObjectAbstract superclass of all Schema level PL/SQL objects (ie SourceObjects) other than Procedure and Function as they extend PlSqlSubProgram. |
class |
PlSqlSchemaObjectBodyAbstract superclass of PackageBody and TypeBody. |
class |
PlSqlSchemaObjectSpecAbstract superclass of object types that can have bodies, ie Package and Type. |
class |
PlSqlSubProgramA representation of a PL/SQL procedure or function. |
class |
PlSqlVariableA representation of a PL/SQL variable (or constant) defined at any scope in a PL/SQL object. |
class |
Type |
class |
TypeBodyRepresentation of a Type Body |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||