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
Fields in com.exasol.dbbuilder declared as Schema Modifier and Type Field Description protected SchemaAbstractSchemaChild. parentSchemaMethods 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 Script.BuilderScript. builder(DatabaseObjectWriter writer, Schema parentSchema, String name)Create a builder for aScript.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 AbstractSchemaChild(DatabaseObjectWriter writer, Schema parentSchema, String name)Create a new child object of a database schema.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)
-