Package planetj.database.sql

Interface Summary
TableStatement An SQLStatement which references one or more tables
 

Class Summary
AbstractExpressionToken !!DA (6/11/2003 8:15:21 AM) documentation needed
CallStatement Insert the type's description here.
ColumnFunctionToken  
ColumnToken  
CommentOnStatement Represents a SQL or JDBC COMMENT ON statement.
CreateAliasStatement Represents a SQL or JDBC CREATE ALIAS statement.
CreateIndexStatement Represents a SQL or JDBC CREATE INDEX statement.
CreateProcedureStatement Represents a SQL or JDBC CREATE PROCEDURE statement.
CreateViewStatement Represents a SQL or JDBC CREATE VIEW statement.
DeleteStatement  
ExpressionToken  
InsertComparison  
InsertExpressionToken  
InsertStatement  
LabelOnStatement Represents a SQL or JDBC LABEL ON statement.
LanguageElementToken  
OperatorToken  
ScalarToken  
SelectStatement  
SetExpressionToken  
SpecialRegisterToken  
SQLBasicComparison Insert the type's description here.
SQLBetweenComparison Insert the type's description here.
SQLComparison Represents an SQL comparison, such as "PLANETJ.BALANCE <= 100" or "NAME IS NOT NULL"
SQLContextPropertyGroup  
SQLSetComparison Insert the type's description here.
SQLStatement  
SQLToken  
TableClauseToken Contains the SQLStatements Table Tokens.
TableFunctionToken  
TableToken  
TypeToken  
UpdateStatement  
ValueToken  
 

Exception Summary
InvalidStatementType