Uses of Class
com.exasol.sql.expression.function.exasol.AnalyticFunction.Keyword
-
Packages that use AnalyticFunction.Keyword Package Description com.exasol.sql.expression.function.exasol -
-
Uses of AnalyticFunction.Keyword in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return AnalyticFunction.Keyword Modifier and Type Method Description AnalyticFunction.KeywordAnalyticFunction. getKeyword()Get the keyword for the function call, may benull.static AnalyticFunction.KeywordAnalyticFunction.Keyword. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticFunction.Keyword[]AnalyticFunction.Keyword. values()Returns an array containing the constants of this enum type, in the order they are declared.
-