Uses of Class
simpledb.parse.CreateTableData

Packages that use CreateTableData
simpledb.index.planner   
simpledb.parse   
simpledb.planner   
 

Uses of CreateTableData in simpledb.index.planner
 

Methods in simpledb.index.planner with parameters of type CreateTableData
 int IndexUpdatePlanner.executeCreateTable(CreateTableData data, Transaction tx)
           
 

Uses of CreateTableData in simpledb.parse
 

Methods in simpledb.parse that return CreateTableData
 CreateTableData Parser.createTable()
           
 

Uses of CreateTableData in simpledb.planner
 

Methods in simpledb.planner with parameters of type CreateTableData
 int UpdatePlanner.executeCreateTable(CreateTableData data, Transaction tx)
          Executes the specified create table statement, and returns the number of affected records.
 int BasicUpdatePlanner.executeCreateTable(CreateTableData data, Transaction tx)
           
 



Copyright © 2011. All Rights Reserved.