Uses of Class
com.exasol.dbbuilder.AdapterScript.Language
-
Packages that use AdapterScript.Language Package Description com.exasol.dbbuilder -
-
Uses of AdapterScript.Language in com.exasol.dbbuilder
Methods in com.exasol.dbbuilder 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 with parameters of type AdapterScript.Language Modifier and Type Method Description AdapterScriptSchema. createAdapterScript(String name, AdapterScript.Language language, String content)Create an adapter script.Constructors in com.exasol.dbbuilder with parameters of type AdapterScript.Language Constructor Description AdapterScript(DatabaseObjectWriter writer, Schema parentSchema, String name, AdapterScript.Language language, String content)Create a new instance of anAdapterScript.
-