Uses of Class
edu.caltech.nanodb.commands.UpdateValue
-
Packages that use UpdateValue Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes. -
-
Uses of UpdateValue in edu.caltech.nanodb.commands
Fields in edu.caltech.nanodb.commands with type parameters of type UpdateValue Modifier and Type Field Description private java.util.List<UpdateValue>
UpdateCommand.TupleUpdater. values
This is the list of values to change in the UPDATE statement.private java.util.List<UpdateValue>
UpdateCommand. values
This field holds the list of names and expressions that will be applied in the update command.Methods in edu.caltech.nanodb.commands that return types with arguments of type UpdateValue Modifier and Type Method Description java.util.List<UpdateValue>
UpdateCommand. getValues()
Constructor parameters in edu.caltech.nanodb.commands with type arguments of type UpdateValue Constructor Description TupleUpdater(EventDispatcher eventDispatcher, TableInfo tableInfo, java.util.List<UpdateValue> values)
Initialize the tuple-updater object with the details it needs to modify tuples in the specified table.
-