Uses of Package
org.h2.command.ddl

Packages that use org.h2.command.ddl
org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions. 
org.h2.command.ddl Contains DDL (data definition language) and related SQL statements. 
org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. 
org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). 
org.h2.table Classes related to a table and table meta data. 
 

Classes in org.h2.command.ddl used by org.h2.api
CreateTableData
          The data required to create a table.
 

Classes in org.h2.command.ddl used by org.h2.command.ddl
DefineCommand
          This class represents a non-transaction statement, for example a CREATE or DROP.
DropTable
          This class represents the statement DROP TABLE
SchemaCommand
          This class represents a non-transaction statement that involves a schema.
 

Classes in org.h2.command.ddl used by org.h2.command.dml
DefineCommand
          This class represents a non-transaction statement, for example a CREATE or DROP.
SchemaCommand
          This class represents a non-transaction statement that involves a schema.
 

Classes in org.h2.command.ddl used by org.h2.schema
CreateTableData
          The data required to create a table.
 

Classes in org.h2.command.ddl used by org.h2.table
CreateTableData
          The data required to create a table.