| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAliasFragment
SQLFragment that consists of an expression and an alias. 
 | 
class  | 
FromObject
Object that represents a clause in the FROM statement of a SQL query. 
 | 
class  | 
SelectObject
Object that represents a clause in the SELECT statement of a SQL query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractSQLQueryBuilder.validateAlias(AliasFragment frag,
             java.lang.String type,
             java.lang.String alias)  | 
| Constructor and Description | 
|---|
AliasInUseException(AliasFragment frag)  | 
InvalidAliasException(AliasFragment frag)
The alias for the given fragment is invalid. 
 | 
InvalidAliasException(AliasFragment frag,
                     java.lang.String alias)
Use when a new alias is invalid and hasn't been commited to the alias 
 fragment yet. 
 |