Uses of Class
org.edg.info.sqlutil.parsql.CreateTableStatement

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

Uses of CreateTableStatement in org.edg.info
 

Methods in org.edg.info that return CreateTableStatement
 CreateTableStatement TupleChecker.getCreateTable()
          DOCUMENT ME!
 

Constructors in org.edg.info with parameters of type CreateTableStatement
TupleChecker(java.lang.String predicate, CreateTableStatement createTable)
          Creates a new TupleChecker object.
 

Uses of CreateTableStatement in org.edg.info.sqlutil.parsql
 

Methods in org.edg.info.sqlutil.parsql that return CreateTableStatement
static CreateTableStatement CreateTableStatement.parse(java.lang.String createStatement)
          Parses the CREATE TABLE statement into a CreateTableStatement object.
 

Methods in org.edg.info.sqlutil.parsql with parameters of type CreateTableStatement
 boolean CreateTableStatement.isEquivalentTo(CreateTableStatement createTable)
          Returns true if cts is equivalent to this CreateTableStatement.