Uses of Enum
net.sf.jsqlparser.statement.select.ForMode
Packages that use ForMode
-
Uses of ForMode in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as ForModeMethods in net.sf.jsqlparser.statement.select that return ForModeModifier and TypeMethodDescriptionPlainSelect.getForMode()
static ForMode
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 ForModeModifier and TypeMethodDescriptionvoid
PlainSelect.setForMode
(ForMode forMode) PlainSelect.withForMode
(ForMode forMode)