Uses of Interface
com.exasol.dbbuilder.dialects.Schema
-
-
Uses of Schema in com.exasol.dbbuilder.dialects
Classes in com.exasol.dbbuilder.dialects that implement Schema Modifier and Type Class Description classAbstractSchemaThis class contains common logic for a database schema.Fields in com.exasol.dbbuilder.dialects declared as Schema Modifier and Type Field Description protected SchemaAbstractSchemaChild. parentSchemaMethods in com.exasol.dbbuilder.dialects that return Schema Modifier and Type Method Description SchemaDatabaseObjectFactory. createSchema(String name)Create a new database schema.Methods in com.exasol.dbbuilder.dialects with parameters of type Schema Modifier and Type Method Description static Table.BuilderTable. builder(DatabaseObjectWriter writer, Schema schema, com.exasol.db.Identifier tableName)Create a builder for aTable.voidDatabaseObjectWriter. drop(Schema schema)Drop a schema.voidAbstractImmediateDatabaseObjectWriter. write(Schema schema)voidDatabaseObjectWriter. write(Schema schema)Create a schema in the database.Constructors in com.exasol.dbbuilder.dialects with parameters of type Schema Constructor Description AbstractSchemaChild(Schema parentSchema, com.exasol.db.Identifier name, boolean owned)Create a new child object of a database schema.Builder(Schema parentSchema, com.exasol.db.Identifier name)Builder(DatabaseObjectWriter writer, Schema parentSchema, com.exasol.db.Identifier tableName)Create new instance of a builder for a database table. -
Uses of Schema in com.exasol.dbbuilder.dialects.exasol
Classes in com.exasol.dbbuilder.dialects.exasol that implement Schema Modifier and Type Class Description classExasolSchemaExasol database schema.Methods in com.exasol.dbbuilder.dialects.exasol with parameters of type Schema Modifier and Type Method Description static AdapterScript.BuilderAdapterScript. builder(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, com.exasol.db.Identifier name)Get a builder forAdapterScript.static Script.BuilderScript. builder(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, String name)Create a builder for aScript.voidExasolImmediateDatabaseObjectWriter. drop(Schema schema)VirtualSchema.BuilderVirtualSchema.Builder. sourceSchema(Schema sourceSchema)Set the source schema the Virtual Schema refers to.Constructors in com.exasol.dbbuilder.dialects.exasol with parameters of type Schema Constructor Description BucketFsContentAdapterScriptBuilder(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, com.exasol.db.Identifier name)Builder(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, com.exasol.db.Identifier name) -
Uses of Schema in com.exasol.dbbuilder.dialects.exasol.udf
Methods in com.exasol.dbbuilder.dialects.exasol.udf with parameters of type Schema Modifier and Type Method Description static UdfScript.BuilderUdfScript. builder(ExasolImmediateDatabaseObjectWriter writer, Schema parentSchema, com.exasol.db.Identifier name)Get a builder forUdfScript. -
Uses of Schema in com.exasol.dbbuilder.dialects.mysql
Classes in com.exasol.dbbuilder.dialects.mysql that implement Schema Modifier and Type Class Description classMySqlSchemaMySQL database schema.Methods in com.exasol.dbbuilder.dialects.mysql with parameters of type Schema Modifier and Type Method Description voidMySqlImmediateDatabaseObjectWriter. drop(Schema schema) -
Uses of Schema in com.exasol.dbbuilder.dialects.postgres
Classes in com.exasol.dbbuilder.dialects.postgres that implement Schema Modifier and Type Class Description classPostgreSqlSchemaPostgreSQLSchema.Methods in com.exasol.dbbuilder.dialects.postgres that return Schema Modifier and Type Method Description SchemaPostgreSqlObjectFactory. createSchema(String name)Methods in com.exasol.dbbuilder.dialects.postgres with parameters of type Schema Modifier and Type Method Description voidPostgreSqlImmediateDatabaseObjectWriter. drop(Schema schema)
-