Uses of Class
com.exasol.dbbuilder.AdapterScript
-
Packages that use AdapterScript Package Description com.exasol.dbbuilder com.exasol.dbbuilder.objectwriter -
-
Uses of AdapterScript in com.exasol.dbbuilder
Methods in com.exasol.dbbuilder that return AdapterScript Modifier and Type Method Description AdapterScriptSchema. createAdapterScript(String name, AdapterScript.Language language, String content)Create an adapter script.AdapterScriptVirtualSchema. getAdapterScript()Get the adapter script that powers the Virtual Schema.Methods in com.exasol.dbbuilder with parameters of type AdapterScript Modifier and Type Method Description VirtualSchema.BuilderVirtualSchema.Builder. adapterScript(AdapterScript adapterScript)Set the name of the script that serves as adapter for the Virtual Schema. -
Uses of AdapterScript in com.exasol.dbbuilder.objectwriter
Methods in com.exasol.dbbuilder.objectwriter with parameters of type AdapterScript Modifier and Type Method Description voidDatabaseObjectWriter. write(AdapterScript adapterScript)Create an adapter script for a Virtual Schema.voidImmediateDatabaseObjectWriter. write(AdapterScript adapterScript)
-