Uses of Enum
net.sf.jsqlparser.statement.select.First.Keyword
Packages that use First.Keyword
-
Uses of First.Keyword in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as First.KeywordMethods in net.sf.jsqlparser.statement.select that return First.KeywordModifier and TypeMethodDescriptionstatic First.Keyword
First.getKeyword()
static First.Keyword
Returns the enum constant of this type with the specified name.static First.Keyword[]
First.Keyword.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.select with parameters of type First.KeywordModifier and TypeMethodDescriptionvoid
First.setKeyword
(First.Keyword keyword) First.withKeyword
(First.Keyword keyword)