Uses of Interface
migratedb.v1.core.api.internal.database.base.Schema
-
-
Uses of Schema in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Schema Modifier and Type Method Description SchemaSession. getCurrentSchema()Retrieves the current schema, which is the default owner of new database objects.SchemaSchemaObject. getSchema()SchemaSession. getSchema(String name)Retrieves the schema with this name in the database.Methods in migratedb.v1.core.api.internal.database.base that return types with arguments of type Schema Modifier and Type Method Description List<? extends Schema>Database. getAllSchemas()Methods in migratedb.v1.core.api.internal.database.base with parameters of type Schema Modifier and Type Method Description voidSession. changeCurrentSchemaTo(Schema schema)Sets the current schema, which is the default owner of new database objects. -
Uses of Schema in migratedb.v1.core.internal.callback
Constructors in migratedb.v1.core.internal.callback with parameters of type Schema Constructor Description DefaultCallbackExecutor(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 Schema Constructor Description DbInfo(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 that implement Schema Modifier and Type Class Description classBaseSchemaMethods in migratedb.v1.core.internal.database.base that return Schema Modifier and Type Method Description protected SchemaBaseSession. doGetCurrentSchema()SchemaBaseSession. getCurrentSchema()SchemaBaseSchemaObject. getSchema()Methods in migratedb.v1.core.internal.database.base that return types with arguments of type Schema Modifier and Type Method Description List<? extends Schema>BaseDatabase. getAllSchemas()Methods in migratedb.v1.core.internal.database.base with parameters of type Schema Modifier and Type Method Description voidBaseSession. changeCurrentSchemaTo(Schema schema)protected booleanBaseTable. exists(@Nullable Schema catalog, @Nullable Schema schema, String table, String... tableTypes)Checks whether the database contains a table matching the given criteria.Constructors in migratedb.v1.core.internal.database.base with parameters of type Schema Constructor Description BaseTable(JdbcTemplate jdbcTemplate, Database database, Schema schema, String name) -
Uses of Schema in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement Schema Modifier and Type Class Description classBigQuerySchemaMethods in migratedb.v1.core.internal.database.bigquery that return Schema Modifier and Type Method Description SchemaBigQuerySession. doGetCurrentSchema()Methods in migratedb.v1.core.internal.database.bigquery with parameters of type Schema Modifier and Type Method Description voidBigQuerySession. changeCurrentSchemaTo(Schema schema) -
Uses of Schema in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement Schema Modifier and Type Class Description classCockroachDBSchemaMethods in migratedb.v1.core.internal.database.cockroachdb that return Schema Modifier and Type Method Description SchemaCockroachDBSession. doGetCurrentSchema()Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type Schema Modifier and Type Method Description voidCockroachDBSession. changeCurrentSchemaTo(Schema schema) -
Uses of Schema in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement Schema Modifier and Type Class Description classDB2SchemaDB2 implementation of Schema. -
Uses of Schema in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement Schema Modifier and Type Class Description classDerbySchemaDerby implementation of Schema.Methods in migratedb.v1.core.internal.database.derby that return Schema Modifier and Type Method Description SchemaDerbySession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement Schema Modifier and Type Class Description classFirebirdSchemaMethods in migratedb.v1.core.internal.database.firebird that return Schema Modifier and Type Method Description SchemaFirebirdSession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement Schema Modifier and Type Class Description classH2SchemaMethods in migratedb.v1.core.internal.database.h2 that return Schema Modifier and Type Method Description SchemaH2Session. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement Schema Modifier and Type Class Description classHSQLDBSchemaHSQLDB implementation of Schema.Methods in migratedb.v1.core.internal.database.hsqldb that return Schema Modifier and Type Method Description SchemaHSQLDBSession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement Schema Modifier and Type Class Description classIgniteThinSchemaApache Ignite implementation of Schema.Methods in migratedb.v1.core.internal.database.ignite.thin that return Schema Modifier and Type Method Description SchemaIgniteThinSession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement Schema Modifier and Type Class Description classInformixSchemaInformix implementation of Schema.Methods in migratedb.v1.core.internal.database.informix that return Schema Modifier and Type Method Description SchemaInformixSession. getSchema(String name)Methods in migratedb.v1.core.internal.database.informix with parameters of type Schema Modifier and Type Method Description voidInformixSession. changeCurrentSchemaTo(Schema schema) -
Uses of Schema in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement Schema Modifier and Type Class Description classMySQLSchemaMethods in migratedb.v1.core.internal.database.mysql that return Schema Modifier and Type Method Description protected SchemaMySQLSession. doGetCurrentSchema()SchemaMySQLSession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement Schema Modifier and Type Class Description classOracleSchemaOracle implementation of Schema.Methods in migratedb.v1.core.internal.database.oracle that return Schema Modifier and Type Method Description SchemaOracleSession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement Schema Modifier and Type Class Description classPostgreSQLSchemaPostgreSQL implementation of Schema.Methods in migratedb.v1.core.internal.database.postgresql that return Schema Modifier and Type Method Description SchemaPostgreSQLSession. doGetCurrentSchema()Methods in migratedb.v1.core.internal.database.postgresql with parameters of type Schema Modifier and Type Method Description voidPostgreSQLSession. changeCurrentSchemaTo(Schema schema) -
Uses of Schema in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement Schema Modifier and Type Class Description classRedshiftSchemaPostgreSQL implementation of Schema.Methods in migratedb.v1.core.internal.database.redshift that return Schema Modifier and Type Method Description SchemaRedshiftSession. doGetCurrentSchema()Methods in migratedb.v1.core.internal.database.redshift with parameters of type Schema Modifier and Type Method Description voidRedshiftSession. changeCurrentSchemaTo(Schema schema) -
Uses of Schema in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement Schema Modifier and Type Class Description classSAPHANASchemaSAP HANA implementation of Schema.Methods in migratedb.v1.core.internal.database.saphana that return Schema Modifier and Type Method Description SchemaSAPHANASession. getSchema(String name) -
Uses of Schema in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement Schema Modifier and Type Class Description classSnowflakeSchema -
Uses of Schema in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement Schema Modifier and Type Class Description classSpannerSchema -
Uses of Schema in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement Schema Modifier and Type Class Description classSQLiteSchemaSQLite implementation of Schema. -
Uses of Schema in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement Schema Modifier and Type Class Description classSQLServerSchema -
Uses of Schema in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement Schema Modifier and Type Class Description classSynapseSchemaSynapse implementation of Schema. -
Uses of Schema in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement Schema Modifier and Type Class Description classSybaseASESchemaSybase ASE schema (database). -
Uses of Schema in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement Schema Modifier and Type Class Description classYugabyteDBSchema -
Uses of Schema in migratedb.v1.core.internal.info
Methods in migratedb.v1.core.internal.info with parameters of type Schema Modifier and Type Method Description voidMigrationInfoServiceImpl. setAllSchemasEmpty(Schema[] schemas) -
Uses of Schema in migratedb.v1.core.internal.schemahistory
Fields in migratedb.v1.core.internal.schemahistory declared as Schema Modifier and Type Field Description SchemaSchemaHistoryFactory.SchemasWithDefault. defaultSchemaFields in migratedb.v1.core.internal.schemahistory with type parameters of type Schema Modifier and Type Field Description List<Schema>SchemaHistoryFactory.SchemasWithDefault. allMethods in migratedb.v1.core.internal.schemahistory with parameters of type Schema Modifier and Type Method Description 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 Schema Constructor Description SchemasWithDefault(List<Schema> schemas, Schema defaultSchema)Constructor parameters in migratedb.v1.core.internal.schemahistory with type arguments of type Schema Constructor Description SchemasWithDefault(List<Schema> schemas, Schema defaultSchema)
-