Uses of Class
com.exasol.dbbuilder.dialects.exasol.AdapterScript.Language
-
Packages that use AdapterScript.Language Package Description com.exasol.dbbuilder.dialects.exasol -
-
Uses of AdapterScript.Language in com.exasol.dbbuilder.dialects.exasol
Methods in com.exasol.dbbuilder.dialects.exasol that return AdapterScript.Language Modifier and Type Method Description AdapterScript.LanguageAdapterScript. getLanguage()Get the implementation language.static AdapterScript.LanguageAdapterScript.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static AdapterScript.Language[]AdapterScript.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 with parameters of type AdapterScript.Language Modifier and Type Method Description AdapterScriptExasolSchema. createAdapterScript(String name, AdapterScript.Language language, String content)Create an adapter script.Constructors in com.exasol.dbbuilder.dialects.exasol with parameters of type AdapterScript.Language Constructor Description AdapterScript(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, String name, AdapterScript.Language language, String content)Create a new instance of anAdapterScript.
-