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  
CreateAliasStatement Represents a SQL or JDBC CREATE ALIAS statement.
DeleteStatement  
ExpressionToken  
InsertComparison  
InsertExpressionToken  
InsertStatement  
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"
SQLSetComparison Insert the type's description here.
SQLStatement  
SQLToken  
TableClauseToken Contains the SQLStatements Table Tokens.
TableFunctionToken  
TableToken  
TypeToken  
UpdateStatement  
ValueToken  
 

Exception Summary
InvalidStatementType