Uses of Class
edu.caltech.nanodb.commands.UpdateCommand
-
Packages that use UpdateCommand Package Description edu.caltech.nanodb.relations This package contains the basic data-types for representing relations in NanoDB. -
-
Uses of UpdateCommand in edu.caltech.nanodb.relations
Methods in edu.caltech.nanodb.relations that return UpdateCommand Modifier and Type Method Description private UpdateCommand
DatabaseConstraintEnforcer. makeUpdateCommand(TableInfo tableInfo, int[] schemaIndexes, Tuple oldTuple, Tuple newTuple, int[] tupleIndexes)
-