|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyData | |
---|---|
simpledb.index.planner | |
simpledb.parse | |
simpledb.planner |
Uses of ModifyData in simpledb.index.planner |
---|
Methods in simpledb.index.planner with parameters of type ModifyData | |
---|---|
int |
IndexUpdatePlanner.executeModify(ModifyData data,
Transaction tx)
|
Uses of ModifyData in simpledb.parse |
---|
Methods in simpledb.parse that return ModifyData | |
---|---|
ModifyData |
Parser.modify()
|
Uses of ModifyData in simpledb.planner |
---|
Methods in simpledb.planner with parameters of type ModifyData | |
---|---|
int |
UpdatePlanner.executeModify(ModifyData data,
Transaction tx)
Executes the specified modify statement, and returns the number of affected records. |
int |
BasicUpdatePlanner.executeModify(ModifyData data,
Transaction tx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |