Uses of Class
simpledb.parse.CreateViewData

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

Uses of CreateViewData in simpledb.index.planner
 

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

Uses of CreateViewData in simpledb.parse
 

Methods in simpledb.parse that return CreateViewData
 CreateViewData Parser.createView()
           
 

Uses of CreateViewData in simpledb.planner
 

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



Copyright © 2011. All Rights Reserved.