| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSQLFragment | |
|---|---|
| oracle.javatools.db.ora | Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. | 
| oracle.javatools.db.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). | 
| Uses of AbstractSQLFragment in oracle.javatools.db.ora | 
|---|
| Subclasses of AbstractSQLFragment in oracle.javatools.db.ora | |
|---|---|
 class | 
OracleSQLQueryObject that represents a complete SQL query.  | 
| Uses of AbstractSQLFragment in oracle.javatools.db.sql | 
|---|
| Subclasses of AbstractSQLFragment in oracle.javatools.db.sql | |
|---|---|
 class | 
AbstractAliasFragmentSQLFragment that consists of an expression and an alias.  | 
 class | 
AbstractDBObjectUsageAbstract implementation for a SQLFragment that uses another DBObject (e.g a Column) through a FromObject in the query.  | 
 class | 
AbstractFromObjectUsageAbstract SQLFragment implementation of FromObjectUsage.  | 
 class | 
AbstractSchemaObjectUsageAbstract class for usages that reference a SchemaObject (e.g.  | 
 class | 
AbstractSQLQueryAbstract implementation of a SQLQuery.  | 
 class | 
ArithmeticOperationConcrete subclass of Operation for arithmetic operations - ADD, SUBTRACT, MULTIPLY and DIVIDE.  | 
 class | 
AsteriskUsageDeprecated. - use ColumnKeywordUsage  | 
 class | 
CaseStatementClass to represent a case statement in a sql query. CASE [expression] WHEN condition THEN thenExpression WHEN condition THEN thenExpression ...  | 
static class | 
CaseStatement.WhenThen | 
 class | 
ColumnKeywordUsageA FromObjectUsage that has a keyword for the Column name, rather than an actual column.  | 
 class | 
ColumnUsageSQL fragment that is a use of a Column.  | 
 class | 
ComparisonSubclass of Operation for comparisons.  | 
 class | 
DataMiningFunctionSubclass of Operation for data mining functions.  | 
static class | 
DataMiningFunction.DataMiningArgumentsDeprecated. no longer required, use get/setDmSpecificArgs directly.  | 
 class | 
ExpressionListList of expressions.  | 
 class | 
FKUsageSQLFragment for the usage of a FKConstraint.  | 
 class | 
FromObjectObject that represents a clause in the FROM statement of a SQL query.  | 
 class | 
FunctionSubclass of Operation for functions.  | 
 class | 
FunctionUsage | 
 class | 
GroupByExpressionExpression for a part of a group by that isn't a simple column (e.g.  | 
 class | 
GroupByObjectSQLFragment for the GROUP BY ...  | 
 class | 
HierarchicalQueryObjectSQLFragment for the Hierarchical Query clause in a SQLQuery.  | 
 class | 
IndexObjectObject to wrap each column eaxpression of the Index statement  | 
 class | 
JoinObjectObject that represent the JOIN clause of a SELECT statement (part of the FROM clause).  | 
 class | 
NonDeclarativeSQLQueryDummy SQLQuery that just contains a String representing the SQLQuery.  | 
 class | 
OnJoinConditionObject to represent the ON condition of a JOIN clause.  | 
 class | 
OperationAbstract class for operations.  | 
 class | 
OrderByObjectObject to wrap each part of the ORDER BY clause of a SQLQuery.  | 
 class | 
PlSqlUsageFragment that represents a usage of a piece of PlSql.  | 
 class | 
RelationUsageSQL fragment that is a use of a Relation.  | 
 class | 
SelectObjectObject that represents a clause in the SELECT statement of a SQL query.  | 
 class | 
SelectObjectUsageClass that represents the usage of a SelectObject.  | 
 class | 
SetOperationSQLFragment for dealing with operations to do with sets and ranges like IN and BETWEEN.  | 
 class | 
SimpleSQLFragmentSQLFragment that we can't break down any more.  | 
 class | 
SynonymUsageSQLFragment for using a Synonym in a SQL query.  | 
 class | 
UsingJoinConditionObject to represent the condition part of a JOIN that has a USING clause.  | 
 class | 
WhereObjectObject that represents a clause in the WHERE statement of a SQL query.  | 
 class | 
WindowFunctionSubclass of Function for windowing functions (using the OVER syntax).  | 
static class | 
WindowFunction.WindowFunctionBound | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||