Uses of Class
com.exasol.dbbuilder.Schema
-
Packages that use Schema Package Description com.exasol.dbbuilder com.exasol.dbbuilder.objectwriter -
-
Uses of Schema in com.exasol.dbbuilder
Methods in com.exasol.dbbuilder that return Schema Modifier and Type Method Description SchemaDatabaseObjectFactory. createSchema(String name)Create a new database schema.SchemaExasolObjectFactory. createSchema(String name)Methods in com.exasol.dbbuilder with parameters of type Schema Modifier and Type Method Description static Table.BuilderTable. builder(DatabaseObjectWriter writer, Schema schema, String tableName)Create a builder for aTable.VirtualSchema.BuilderVirtualSchema.Builder. sourceSchema(Schema sourceSchema)Set the source schema the Virtual Schema refers to.Constructors in com.exasol.dbbuilder with parameters of type Schema Constructor Description AdapterScript(DatabaseObjectWriter writer, Schema parentSchema, String name, AdapterScript.Language language, String content)Create a new instance of anAdapterScript.Builder(DatabaseObjectWriter writer, Schema parentSchema, String tableName)Create new instance of a builder for a database table. -
Uses of Schema in com.exasol.dbbuilder.objectwriter
Methods in com.exasol.dbbuilder.objectwriter with parameters of type Schema Modifier and Type Method Description voidDatabaseObjectWriter. write(Schema schema)Create a schema in the database.voidImmediateDatabaseObjectWriter. write(Schema schema)
-