Uses of Package
org.edg.info.sqlutil.parsql

Packages that use org.edg.info.sqlutil.parsql
org.edg.info   
org.edg.info.sqlutil.parsql   
org.edg.info.sqlutil.rdb   
 

Classes in org.edg.info.sqlutil.parsql used by org.edg.info
CreateTableStatement
          An SQL CREATE statement.
Expression
          An SQL Expression, an operator and one or more operands.
 

Classes in org.edg.info.sqlutil.parsql used by org.edg.info.sqlutil.parsql
AliasedName
          A name/alias association
Names can have two forms: FORM_TABLE for table names ([schema.]table) FORM_COLUMN for column names ([[schema.]table.]column)
ColumnDefinition
          Definition of a column in an SQL CREATE TABLE statement.
CreateTableStatement
          An SQL CREATE statement.
Expression
          An SQL Expression, an operator and one or more operands.
ExpSelConst
          A common interface for all SQL Expressions (SelectStatements, Expressions and Constants are ExpSelConst).
GroupBy
          GroupBy: an SQL GROUP BY...HAVING clause
SelectStatement
          SelectStatement: an SQL SELECT statement
Statement
          Statement: a common interface for all SQL statements.
 

Classes in org.edg.info.sqlutil.parsql used by org.edg.info.sqlutil.rdb
ExpSelConst
          A common interface for all SQL Expressions (SelectStatements, Expressions and Constants are ExpSelConst).