Package org.jcoderz.phoenix.sqlparser

This package provides tests for the SQL Parser.

See:
          Description

Interface Summary
ScannerInterface  
 

Class Summary
ColumnAttribute  
ColumnSpec  
CreateIndexStatement  
CreateSequenceStatement  
CreateTableStatement  
DefaultClause  
FkConstraint TODO Write javadoc!
NumericAttribute  
SpecialAnnotationComment  
SpecialColumnComment This class represents a special comment in the following form -- &cmpgen.java-type org.jcoderz.ipp.Msisdn -- &cmpgen.storeMethod="toString()" -- &cmpgen.loadMethod="fromString(java.lang.String)".
SpecialStatementComment  
SqlParser  
SqlParserTest  
SqlScanner Simple SQL Scanner.
SqlScannerTest JUnit test for the SqlScanner.
SqlStatement  
SqlToXml  
SqlToXmlTest Tests SQL to XML.
SqlTransformer  
SqlTransformerTask Ant task for the SQL Transformer.
SqlTransformerTest  
StringAttribute  
Token The token class hold a token type and the corresponding value.
TokenType Enumerated type of a token type.
 

Exception Summary
ParseException SQL ParseException.
 

Package org.jcoderz.phoenix.sqlparser Description

This package provides tests for the SQL Parser.



Copyright 2007 The jCoderZ Project.