Uses of Class
com.exasol.dbbuilder.dialects.exasol.udf.UdfScript.Language
-
Packages that use UdfScript.Language Package Description com.exasol.dbbuilder.dialects.exasol.udf -
-
Uses of UdfScript.Language in com.exasol.dbbuilder.dialects.exasol.udf
Methods in com.exasol.dbbuilder.dialects.exasol.udf that return UdfScript.Language Modifier and Type Method Description UdfScript.LanguageUdfScript. getLanguage()Get theUdfScript.Languageof this UDF.static UdfScript.LanguageUdfScript.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static UdfScript.Language[]UdfScript.Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.dbbuilder.dialects.exasol.udf with parameters of type UdfScript.Language Modifier and Type Method Description UdfScript.BuilderUdfScript.Builder. language(UdfScript.Language language)Set the language of the UDF.
-