Uses of Class
simpledb.parse.InsertData

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

Uses of InsertData in simpledb.index.planner
 

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

Uses of InsertData in simpledb.parse
 

Methods in simpledb.parse that return InsertData
 InsertData Parser.insert()
           
 

Uses of InsertData in simpledb.planner
 

Methods in simpledb.planner with parameters of type InsertData
 int UpdatePlanner.executeInsert(InsertData data, Transaction tx)
          Executes the specified insert statement, and returns the number of affected records.
 int BasicUpdatePlanner.executeInsert(InsertData data, Transaction tx)
           
 



Copyright © 2011. All Rights Reserved.