Uses of Enum Class
io.github.torand.fastersql.sql.Command
Packages that use Command
Package
Description
Provides classes and interfaces related to SQL fragments.
-
Uses of Command in io.github.torand.fastersql.sql
Methods in io.github.torand.fastersql.sql that return CommandModifier and TypeMethodDescriptionContext.getCommand()
Gets the current statement command.static Command
Returns the enum constant of this class with the specified name.static Command[]
Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.torand.fastersql.sql with parameters of type CommandModifier and TypeMethodDescriptionboolean
Indicates whether the current statement command is a specific command.Context.withCommand
(Command command) Sets the current statement command.