Uses of Class
net.sf.jsqlparser.statement.select.First.Keyword
-
Packages that use First.Keyword Package Description net.sf.jsqlparser.statement.select -
-
Uses of First.Keyword in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as First.Keyword Modifier and Type Field Description private First.Keyword
First. keyword
Methods in net.sf.jsqlparser.statement.select that return First.Keyword Modifier and Type Method Description static First.Keyword
First.Keyword. from(java.lang.String keyword)
First.Keyword
First. getKeyword()
static First.Keyword
First.Keyword. valueOf(java.lang.String name)
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.Keyword Modifier and Type Method Description void
First. setKeyword(First.Keyword keyword)
First
First. withKeyword(First.Keyword keyword)
-