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