Uses of Class
net.sf.jsqlparser.statement.select.ForClause.ForOption
-
Packages that use ForClause.ForOption Package Description net.sf.jsqlparser.statement.select -
-
Uses of ForClause.ForOption in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return ForClause.ForOption Modifier and Type Method Description static ForClause.ForOptionForClause.ForOption. from(String option)ForClause.ForOptionForClause. getForOption()static ForClause.ForOptionForClause.ForOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ForClause.ForOption[]ForClause.ForOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-