Uses of Class
edu.caltech.nanodb.commands.QueryCommand
-
Packages that use QueryCommand Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes. -
-
Uses of QueryCommand in edu.caltech.nanodb.commands
Subclasses of QueryCommand in edu.caltech.nanodb.commands Modifier and Type Class Description class
DeleteCommand
This command object represents a top-level DELETE command issued against the database.class
InsertCommand
This command object represents a top-level INSERT command issued against the database.class
SelectCommand
This command object represents a top-level SELECT command issued against the database.class
UpdateCommand
This command object represents a top-level UPDATE command issued against the database.Fields in edu.caltech.nanodb.commands declared as QueryCommand Modifier and Type Field Description private QueryCommand
ExplainCommand. cmdToExplain
The command to explain!Constructors in edu.caltech.nanodb.commands with parameters of type QueryCommand Constructor Description ExplainCommand(QueryCommand cmdToExplain)
Construct an explain command.
-