| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AliasInUseException
SQLQueryException thrown when an attempt is made to add an object whose
 alias is already in use. 
 | 
class  | 
AmbiguousColumnException
Exception thrown when the name of a column in a query is ambiguous - i.e. 
 | 
class  | 
InvalidAliasException
Exception thrown when a select or from object has an invalid alias (e.g. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractSQLQueryBuilder.addClauseException(SQLQueryClauseException sce)
Caches a clause exception so that it can be re-thrown after the build
 has finished. 
 |