Uses of Class
org.h2.command.ddl.CreateTableData

Packages that use CreateTableData
org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions. 
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. 
 

Uses of CreateTableData in org.h2.api
 

Methods in org.h2.api with parameters of type CreateTableData
 TableBase TableEngine.createTable(CreateTableData data)
          Create new table.
 

Uses of CreateTableData in org.h2.schema
 

Methods in org.h2.schema with parameters of type CreateTableData
 Table Schema.createTable(CreateTableData data)
          Add a table to the schema.
 

Uses of CreateTableData in org.h2.table
 

Constructors in org.h2.table with parameters of type CreateTableData
RegularTable(CreateTableData data)
           
TableBase(CreateTableData data)