Uses of Interface
migratedb.v1.core.api.internal.database.base.Schema
Packages that use Schema
Package
Description
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of Schema in migratedb.v1.core.api.internal.database.base
Classes in migratedb.v1.core.api.internal.database.base with type parameters of type SchemaModifier and TypeInterfaceDescriptioninterfaceinterfaceSchemaObject<D extends Database<?>,S extends Schema<?, ?>> interfaceMethods in migratedb.v1.core.api.internal.database.base that return SchemaModifier and TypeMethodDescriptionSchema<?,?>[] Database.getAllSchemas()Schema<?,?> Connection.getCurrentSchema()Schema<?,?> Retrieves the schema with this name in the database.Methods in migratedb.v1.core.api.internal.database.base with parameters of type SchemaModifier and TypeMethodDescriptionvoidConnection.changeCurrentSchemaTo(Schema<?, ?> schema) voidDatabase.cleanPostSchemas(Schema<?, ?>[] schemas) Cleans all the objects in this database that need to be cleaned after each schema. -
Uses of Schema in migratedb.v1.core.internal.callback
Constructors in migratedb.v1.core.internal.callback with parameters of type SchemaModifierConstructorDescriptionDefaultCallbackExecutor(Configuration configuration, Database<?> database, Schema<?, ?> schema, Collection<Callback> callbacks) Creates a new callback executor. -
Uses of Schema in migratedb.v1.core.internal.command
Constructors in migratedb.v1.core.internal.command with parameters of type SchemaModifierConstructorDescriptionDbInfo(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Configuration configuration, Database<?> database, CallbackExecutor callbackExecutor, Schema<?, ?>[] schemas) DbLiberate(SchemaHistory schemaHistory, Configuration configuration, Database<?> database, Schema<?, ?> defaultSchema, Schema<?, ?>[] schemas, CallbackExecutor callbackExecutor, boolean failOnNonEmptySchemaHistoryTable) DbMigrate(Database<?> database, SchemaHistory schemaHistory, Schema<?, ?> schema, MigrationResolver migrationResolver, Configuration configuration, CallbackExecutor callbackExecutor) DbSchemas(Database<?> database, Schema<?, ?>[] schemas, SchemaHistory schemaHistory, CallbackExecutor callbackExecutor) Creates a new DbSchemas.DbValidate(Database<?> database, SchemaHistory schemaHistory, Schema<?, ?> schema, MigrationResolver migrationResolver, Configuration configuration, boolean allowPending, CallbackExecutor callbackExecutor) Creates a new database validator. -
Uses of Schema in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base with type parameters of type SchemaModifier and TypeClassDescriptionclassBaseFunction<D extends Database<?>,S extends Schema<?, ?>> classBaseSchemaObject<D extends Database<?>,S extends Schema<?, ?>> classclassClasses in migratedb.v1.core.internal.database.base that implement SchemaFields in migratedb.v1.core.internal.database.base declared as SchemaMethods in migratedb.v1.core.internal.database.base that return SchemaModifier and TypeMethodDescriptionprotected Schema<?,?> BaseConnection.doGetCurrentSchema()Schema<?,?>[] BaseDatabase.getAllSchemas()final Schema<?,?> BaseConnection.getCurrentSchema()Methods in migratedb.v1.core.internal.database.base with parameters of type SchemaModifier and TypeMethodDescriptionvoidBaseConnection.changeCurrentSchemaTo(Schema<?, ?> schema) voidBaseDatabase.cleanPostSchemas(Schema<?, ?>[] schemas) protected voidBaseDatabase.doCleanPostSchemas(Schema<?, ?>[] schemas) Cleans all the objects in this database that need to be cleaned after each schema.protected booleanChecks whether the database contains a table matching the given criteria. -
Uses of Schema in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement SchemaMethods in migratedb.v1.core.internal.database.bigquery that return SchemaModifier and TypeMethodDescriptionSchema<?,?> BigQueryConnection.doGetCurrentSchema()Schema<?,?> Methods in migratedb.v1.core.internal.database.bigquery with parameters of type SchemaModifier and TypeMethodDescriptionvoidBigQueryConnection.changeCurrentSchemaTo(Schema<?, ?> schema) -
Uses of Schema in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement SchemaMethods in migratedb.v1.core.internal.database.cockroachdb that return SchemaModifier and TypeMethodDescriptionSchema<?,?> CockroachDBConnection.doGetCurrentSchema()Schema<?,?> Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type SchemaModifier and TypeMethodDescriptionvoidCockroachDBConnection.changeCurrentSchemaTo(Schema<?, ?> schema) -
Uses of Schema in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement SchemaMethods in migratedb.v1.core.internal.database.db2 that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement SchemaMethods in migratedb.v1.core.internal.database.derby that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement SchemaMethods in migratedb.v1.core.internal.database.firebird that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement SchemaMethods in migratedb.v1.core.internal.database.h2 that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement SchemaMethods in migratedb.v1.core.internal.database.hsqldb that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement SchemaMethods in migratedb.v1.core.internal.database.ignite.thin that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement SchemaMethods in migratedb.v1.core.internal.database.informix that return SchemaMethods in migratedb.v1.core.internal.database.informix with parameters of type SchemaModifier and TypeMethodDescriptionvoidInformixConnection.changeCurrentSchemaTo(Schema<?, ?> schema) -
Uses of Schema in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement SchemaMethods in migratedb.v1.core.internal.database.mysql that return SchemaModifier and TypeMethodDescriptionprotected Schema<?,?> MySQLConnection.doGetCurrentSchema()Schema<?,?> -
Uses of Schema in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement SchemaMethods in migratedb.v1.core.internal.database.oracle that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement SchemaMethods in migratedb.v1.core.internal.database.postgresql that return SchemaModifier and TypeMethodDescriptionSchema<?,?> PostgreSQLConnection.doGetCurrentSchema()Schema<?,?> Methods in migratedb.v1.core.internal.database.postgresql with parameters of type SchemaModifier and TypeMethodDescriptionvoidPostgreSQLConnection.changeCurrentSchemaTo(Schema<?, ?> schema) -
Uses of Schema in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement SchemaMethods in migratedb.v1.core.internal.database.redshift that return SchemaModifier and TypeMethodDescriptionSchema<?,?> RedshiftConnection.doGetCurrentSchema()Schema<?,?> Methods in migratedb.v1.core.internal.database.redshift with parameters of type SchemaModifier and TypeMethodDescriptionvoidRedshiftConnection.changeCurrentSchemaTo(Schema<?, ?> schema) -
Uses of Schema in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement SchemaMethods in migratedb.v1.core.internal.database.saphana that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement SchemaMethods in migratedb.v1.core.internal.database.snowflake that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement SchemaMethods in migratedb.v1.core.internal.database.spanner that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement SchemaMethods in migratedb.v1.core.internal.database.sqlite that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement SchemaMethods in migratedb.v1.core.internal.database.sqlserver that return SchemaMethods in migratedb.v1.core.internal.database.sqlserver with parameters of type SchemaModifier and TypeMethodDescriptionprotected voidSQLServerDatabase.doCleanPostSchemas(Schema<?, ?>[] schemas) Cleans all the objects in this database that need to be cleaned after cleaning schemas. -
Uses of Schema in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement SchemaMethods in migratedb.v1.core.internal.database.sqlserver.synapse that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement SchemaMethods in migratedb.v1.core.internal.database.sybasease that return Schema -
Uses of Schema in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement SchemaMethods in migratedb.v1.core.internal.database.yugabytedb that return Schema -
Uses of Schema in migratedb.v1.core.internal.info
Methods in migratedb.v1.core.internal.info with parameters of type SchemaModifier and TypeMethodDescriptionvoidMigrationInfoServiceImpl.setAllSchemasEmpty(Schema<?, ?>[] schemas) -
Uses of Schema in migratedb.v1.core.internal.schemahistory
Fields in migratedb.v1.core.internal.schemahistory declared as SchemaModifier and TypeFieldDescriptionfinal Schema<?,?> SchemaHistoryFactory.SchemasWithDefault.defaultSchemaFields in migratedb.v1.core.internal.schemahistory with type parameters of type SchemaMethods in migratedb.v1.core.internal.schemahistory with parameters of type SchemaModifier and TypeMethodDescriptionfinal voidSchemaHistory.addSchemasMarker(Schema<?, ?>[] schemas) Indicates in the schema history table that MigrateDb created these schemas.static SchemaHistorySchemaHistoryFactory.getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?, ?> schema) Constructors in migratedb.v1.core.internal.schemahistory with parameters of type SchemaModifierConstructorDescriptionSchemasWithDefault(List<Schema<?, ?>> schemas, Schema<?, ?> defaultSchema) Constructor parameters in migratedb.v1.core.internal.schemahistory with type arguments of type SchemaModifierConstructorDescriptionSchemasWithDefault(List<Schema<?, ?>> schemas, Schema<?, ?> defaultSchema)