Uses of Enum Class
io.github.torand.fastersql.sql.Clause
Packages that use Clause
Package
Description
Provides classes and interfaces related to SQL fragments.
-
Uses of Clause in io.github.torand.fastersql.sql
Methods in io.github.torand.fastersql.sql that return ClauseModifier and TypeMethodDescriptionstatic Clause
Returns the enum constant of this class with the specified name.static Clause[]
Clause.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 ClauseModifier and TypeMethodDescriptionboolean
Indicates whether the current statement clause is a specific clause.Context.withClause
(Clause clause) Sets the current statement clause.