Uses of Class
edu.caltech.nanodb.commands.QueryCommand.Type
-
Packages that use QueryCommand.Type Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes. -
-
Uses of QueryCommand.Type in edu.caltech.nanodb.commands
Fields in edu.caltech.nanodb.commands declared as QueryCommand.Type Modifier and Type Field Description private QueryCommand.Type
QueryCommand. queryType
The type of this query command, from theQueryCommand.Type
enum.Methods in edu.caltech.nanodb.commands that return QueryCommand.Type Modifier and Type Method Description static QueryCommand.Type
QueryCommand.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryCommand.Type[]
QueryCommand.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.caltech.nanodb.commands with parameters of type QueryCommand.Type Constructor Description QueryCommand(QueryCommand.Type queryType)
Initializes a new query-command object.
-