Uses of Interface
migratedb.v1.core.api.internal.database.base.DatabaseType
-
-
Uses of DatabaseType in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabaseTypeRegister. getDatabaseTypeForConnection(Connection connection)Methods in migratedb.v1.core.api that return types with arguments of type DatabaseType Modifier and Type Method Description List<DatabaseType>DatabaseTypeRegister. getDatabaseTypes()default Set<DatabaseType>MigrateDbExtension. getDatabaseTypes() -
Uses of DatabaseType in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabase. getDatabaseType() -
Uses of DatabaseType in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc that return DatabaseType Modifier and Type Method Description DatabaseTypeJdbcConnectionFactory. getDatabaseType()Constructors in migratedb.v1.core.api.internal.jdbc with parameters of type DatabaseType Constructor Description JdbcTemplate(Connection connection, DatabaseType databaseType)Creates a new JdbcTemplate. -
Uses of DatabaseType in migratedb.v1.core.internal.database
Methods in migratedb.v1.core.internal.database that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabaseTypeRegisterImpl. getDatabaseTypeForConnection(Connection connection)Methods in migratedb.v1.core.internal.database that return types with arguments of type DatabaseType Modifier and Type Method Description List<DatabaseType>DatabaseTypeRegisterImpl. getDatabaseTypes()Method parameters in migratedb.v1.core.internal.database with type arguments of type DatabaseType Modifier and Type Method Description voidDatabaseTypeRegisterImpl. registerDatabaseTypes(Collection<DatabaseType> databaseTypes) -
Uses of DatabaseType in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base that implement DatabaseType Modifier and Type Class Description classBaseDatabaseTypeFields in migratedb.v1.core.internal.database.base declared as DatabaseType Modifier and Type Field Description protected DatabaseTypeBaseDatabase. databaseTypeMethods in migratedb.v1.core.internal.database.base that return DatabaseType Modifier and Type Method Description DatabaseTypeBaseDatabase. getDatabaseType() -
Uses of DatabaseType in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement DatabaseType Modifier and Type Class Description classBigQueryDatabaseTypeConstructors in migratedb.v1.core.internal.database.bigquery with parameters of type DatabaseType Constructor Description BigQueryJdbcTemplate(Connection connection, DatabaseType databaseType) -
Uses of DatabaseType in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement DatabaseType Modifier and Type Class Description classCockroachDBDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement DatabaseType Modifier and Type Class Description classDB2DatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement DatabaseType Modifier and Type Class Description classDerbyDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement DatabaseType Modifier and Type Class Description classFirebirdDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement DatabaseType Modifier and Type Class Description classH2DatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement DatabaseType Modifier and Type Class Description classHSQLDBDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement DatabaseType Modifier and Type Class Description classIgniteThinDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement DatabaseType Modifier and Type Class Description classInformixDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement DatabaseType Modifier and Type Class Description classMySQLDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.mysql.mariadb
Classes in migratedb.v1.core.internal.database.mysql.mariadb that implement DatabaseType Modifier and Type Class Description classMariaDBDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.mysql.tidb
Classes in migratedb.v1.core.internal.database.mysql.tidb that implement DatabaseType Modifier and Type Class Description classTiDBDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement DatabaseType Modifier and Type Class Description classOracleDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement DatabaseType Modifier and Type Class Description classPostgreSQLDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement DatabaseType Modifier and Type Class Description classRedshiftDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement DatabaseType Modifier and Type Class Description classSAPHANADatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement DatabaseType Modifier and Type Class Description classSnowflakeDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement DatabaseType Modifier and Type Class Description classSpannerDatabaseTypeConstructors in migratedb.v1.core.internal.database.spanner with parameters of type DatabaseType Constructor Description SpannerJdbcTemplate(Connection connection, DatabaseType databaseType) -
Uses of DatabaseType in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement DatabaseType Modifier and Type Class Description classSQLiteDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement DatabaseType Modifier and Type Class Description classSQLServerDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement DatabaseType Modifier and Type Class Description classSynapseDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement DatabaseType Modifier and Type Class Description classSybaseASEJConnectDatabaseTypeclassSybaseASEJTDSDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement DatabaseType Modifier and Type Class Description classYugabyteDBDatabaseType -
Uses of DatabaseType in migratedb.v1.core.internal.exception
Constructors in migratedb.v1.core.internal.exception with parameters of type DatabaseType Constructor Description MigrateDbUpgradeRequiredException(DatabaseType databaseType, String version, String minimumVersion) -
Uses of DatabaseType in migratedb.v1.core.internal.extension
Methods in migratedb.v1.core.internal.extension that return types with arguments of type DatabaseType Modifier and Type Method Description Set<DatabaseType>BuiltinFeatures. getDatabaseTypes() -
Uses of DatabaseType in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc that return DatabaseType Modifier and Type Method Description DatabaseTypeJdbcConnectionFactoryImpl. getDatabaseType()
-