Uses of Class
org.h2.table.TableBase

Packages that use TableBase
org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions. 
org.h2.table Classes related to a table and table meta data. 
 

Uses of TableBase in org.h2.api
 

Methods in org.h2.api that return TableBase
 TableBase TableEngine.createTable(CreateTableData data)
          Create new table.
 

Uses of TableBase in org.h2.table
 

Subclasses of TableBase in org.h2.table
 class RegularTable
          Most tables are an instance of this class.