Uses of Class
org.jcoderz.phoenix.sqlparser.CreateTableStatement

Packages that use CreateTableStatement
org.jcoderz.phoenix.cmpgen2 This package provides a parser and code generator that creates a CMP entity bean plus data object from a given SQL create table statement. 
 

Uses of CreateTableStatement in org.jcoderz.phoenix.cmpgen2
 

Methods in org.jcoderz.phoenix.cmpgen2 with parameters of type CreateTableStatement
 Set CmpGenerator.buildBeanImportList(CreateTableStatement statement)
           
 Set CmpGenerator.buildHelperImportList(CreateTableStatement statement)
           
 boolean CmpGenerator.checkIfHelperRequired(CreateTableStatement statement)
          Checks if a helper class is required for this bean a helper class is required as soon as a custom java type is used with a load method and a store method.
 



Copyright 2007 The jCoderZ Project.