|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractDBObject | |
| oracle.javatools.db | Contains a metadata API for describing database objects. |
| oracle.javatools.db.datatypes | |
| oracle.javatools.db.ora | Contains the metadata implementation for Oracle databases. |
| oracle.javatools.db.sql | |
| Uses of AbstractDBObject in oracle.javatools.db |
| Subclasses of AbstractDBObject in oracle.javatools.db | |
class |
AbstractSchemaObject
Provides a base implementation of the SchemaObject interface.
|
class |
CheckConstraint
A CheckConstraint constrains a table or view based on a
conditional expression.
|
class |
Column
Model of a database column. |
class |
ColumnConstraint
|
class |
Constraint
A Constraint represents a constraint on a table or view.
|
class |
FKConstraint
A FKConstraint represents a Foreign Key Constraint.
|
class |
Function
|
class |
Index
Model of a database index. |
class |
Java
|
class |
JavaClass
|
class |
JavaResource
|
class |
JavaSource
|
class |
Package
Object representing a package in the database. |
class |
PKConstraint
A PKConstraint represents a Primary Key constraint. |
class |
PlSql
|
class |
PlSqlAttribute
Model of a database object type attribute. |
class |
PlSqlMethod
Model of am object type method. |
class |
PlSqlParameter
Model of a parameter to a PL/SQL subprogram like a function or the mrthod of an object type. |
class |
PlSqlSubprogram
|
class |
Procedure
|
class |
Relation
A Relation represents the basic entity of a relational
database. |
class |
Schema
Model of a database schema. |
class |
Sequence
Model of a database sequence. |
class |
SpecPlSql
Extension of PlSql for objects that have a spec and body. |
class |
Synonym
Model of a database synonym. |
class |
Table
Model of a database table. |
class |
Trigger
|
class |
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.
|
class |
View
Represents a database View. |
class |
ViewColumn
Custom Column for Views to use when they have a DeclarativeSQLQuery. |
| Methods in oracle.javatools.db with parameters of type AbstractDBObject | |
protected void |
AbstractDBObject.copyToImpl(AbstractDBObject copy)
|
protected boolean |
AbstractDBObject.equalsImpl(AbstractDBObject other)
|
protected int |
AbstractDBObject.compareToImpl(AbstractDBObject target)
|
| Uses of AbstractDBObject in oracle.javatools.db.datatypes |
| Subclasses of AbstractDBObject in oracle.javatools.db.datatypes | |
class |
BaseDateTimeDataType
|
class |
BinaryDataType
|
class |
CharacterDataType
|
class |
DataTypeAttribute
|
class |
DateDataType
|
class |
NumericDataType
|
class |
ObjectType
Object to represent a database object type. |
class |
PredefinedDataType
|
class |
TimeStampTZDataType
|
| Uses of AbstractDBObject in oracle.javatools.db.ora |
| Subclasses of AbstractDBObject in oracle.javatools.db.ora | |
class |
MaterializedView
A MaterializedView represents a Materialized View in the database. |
class |
MaterializedViewLog
|
class |
OracleNumberDataType
|
class |
OracleSQLQuery
Object that represents a complete SQL query. |
| Uses of AbstractDBObject in oracle.javatools.db.sql |
| Subclasses of AbstractDBObject in oracle.javatools.db.sql | |
class |
AbstractAliasFragment
SQLFragment that consists of an expression and an alias. |
class |
AbstractFromObjectUsage
Abstract SQLFragment implementation of FromObjectUsage. |
class |
AbstractSchemaObjectUsage
Abstract class for usages that reference a SchemaObject (e.g. |
class |
AbstractSQLFragment
Abstract superclass for SQLFragment implementations. |
class |
AbstractSQLQuery
Abstract implementation of a SQLQuery. |
class |
ArithmeticOperation
Concrete subclass of Operation for arithmetic operations - ADD, SUBTRACT, MULTIPLY and DIVIDE. |
class |
AsteriskUsage
Deprecated. - use ColumnKeywordUsage |
class |
CaseStatement
Class to represent a case statement in a sql query. |
static class |
CaseStatement.WhenThen
|
class |
ColumnKeywordUsage
A FromObjectUsage that has a keyword for the Column name, rather than an actual column. |
class |
ColumnUsage
SQL fragment that is a use of a Column. |
class |
Comparison
Subclass of Operation for comparisons. |
class |
FKUsage
SQLFragment for the usage of a FKConstraint. |
class |
FromObject
Object that represents a clause in the FROM statement of a SQL query. |
class |
GroupByObject
SQLFragment for the GROUP BY ... |
class |
IndexObject
Object to wrap each column eaxpression of the Index statement |
class |
JoinObject
Object that represent the JOIN clause of a SELECT statement (part of the FROM clause). |
class |
NonDeclarativeSQLQuery
Dummy SQLQuery that just contains a String representing the SQLQuery. |
class |
OnJoinCondition
Object to represent the ON condition of a JOIN clause. |
class |
Operation
Abstract class for operations. |
class |
OrderByObject
Object to wrap each part of the ORDER BY clause of a SQLQuery. |
class |
RelationUsage
SQL fragment that is a use of a Relation. |
class |
SelectObject
Object that represents a clause in the SELECT statement of a SQL query. |
class |
SelectObjectUsage
Class that represents the usage of a SelectObject. |
class |
SetOperation
SQLFragment for dealing with operations to do with sets and ranges like IN and BETWEEN. |
class |
SimpleSQLFragment
SQLFragment that we can't break down any more. |
class |
SynonymUsage
SQLFragment for using a Synonym in a SQL query. |
class |
UsingJoinCondition
Object to represent the condition part of a JOIN that has a USING clause. |
class |
WhereObject
Object that represents a clause in the WHERE statement of a SQL query. |
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.