Uses of Class
net.sf.jsqlparser.statement.select.ForMode
-
Packages that use ForMode Package Description net.sf.jsqlparser.statement.select -
-
Uses of ForMode in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as ForMode Modifier and Type Field Description private ForMode
PlainSelect. forMode
Methods in net.sf.jsqlparser.statement.select that return ForMode Modifier and Type Method Description ForMode
PlainSelect. getForMode()
static ForMode
ForMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ForMode[]
ForMode. 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 ForMode Modifier and Type Method Description void
PlainSelect. setForMode(ForMode forMode)
PlainSelect
PlainSelect. withForMode(ForMode forMode)
-