Uses of Interface
migratedb.core.api.internal.database.base.Connection
-
-
Uses of Connection in migratedb.core.api.internal.database.base
Classes in migratedb.core.api.internal.database.base with type parameters of type Connection Modifier and Type Interface Description interfaceDatabase<C extends Connection<?>> -
Uses of Connection in migratedb.core.internal.callback
Constructors in migratedb.core.internal.callback with parameters of type Connection Constructor Description SimpleContext(Configuration configuration, Connection<?> connection, MigrationInfo migrationInfo, String sql, List<Warning> warnings, List<Error> errors) -
Uses of Connection in migratedb.core.internal.command
Fields in migratedb.core.internal.command declared as Connection Modifier and Type Field Description protected Connection<?>DbClean. connection -
Uses of Connection in migratedb.core.internal.database.base
Classes in migratedb.core.internal.database.base with type parameters of type Connection Modifier and Type Class Description classBaseDatabase<C extends Connection<?>>Abstraction for database-specific functionality.Classes in migratedb.core.internal.database.base that implement Connection Modifier and Type Class Description classBaseConnection<D extends Database<?>> -
Uses of Connection in migratedb.core.internal.database.bigquery
Classes in migratedb.core.internal.database.bigquery that implement Connection Modifier and Type Class Description classBigQueryConnection -
Uses of Connection in migratedb.core.internal.database.cockroachdb
Classes in migratedb.core.internal.database.cockroachdb that implement Connection Modifier and Type Class Description classCockroachDBConnection -
Uses of Connection in migratedb.core.internal.database.db2
Classes in migratedb.core.internal.database.db2 that implement Connection Modifier and Type Class Description classDB2ConnectionDB2 connection. -
Uses of Connection in migratedb.core.internal.database.derby
Classes in migratedb.core.internal.database.derby that implement Connection Modifier and Type Class Description classDerbyConnectionDerby connection. -
Uses of Connection in migratedb.core.internal.database.firebird
Classes in migratedb.core.internal.database.firebird that implement Connection Modifier and Type Class Description classFirebirdConnection -
Uses of Connection in migratedb.core.internal.database.h2
Classes in migratedb.core.internal.database.h2 that implement Connection Modifier and Type Class Description classH2Connection -
Uses of Connection in migratedb.core.internal.database.hsqldb
Classes in migratedb.core.internal.database.hsqldb that implement Connection Modifier and Type Class Description classHSQLDBConnectionHSQLDB connection. -
Uses of Connection in migratedb.core.internal.database.ignite.thin
Classes in migratedb.core.internal.database.ignite.thin that implement Connection Modifier and Type Class Description classIgniteThinConnectionApache Ignite Thin connection. -
Uses of Connection in migratedb.core.internal.database.informix
Classes in migratedb.core.internal.database.informix that implement Connection Modifier and Type Class Description classInformixConnectionInformix connection. -
Uses of Connection in migratedb.core.internal.database.mysql
Classes in migratedb.core.internal.database.mysql that implement Connection Modifier and Type Class Description classMySQLConnection -
Uses of Connection in migratedb.core.internal.database.mysql.tidb
Classes in migratedb.core.internal.database.mysql.tidb that implement Connection Modifier and Type Class Description classTiDBConnection -
Uses of Connection in migratedb.core.internal.database.oracle
Classes in migratedb.core.internal.database.oracle that implement Connection Modifier and Type Class Description classOracleConnectionOracle connection. -
Uses of Connection in migratedb.core.internal.database.postgresql
Classes in migratedb.core.internal.database.postgresql that implement Connection Modifier and Type Class Description classPostgreSQLConnectionPostgreSQL connection. -
Uses of Connection in migratedb.core.internal.database.redshift
Classes in migratedb.core.internal.database.redshift that implement Connection Modifier and Type Class Description classRedshiftConnectionRedshift connection. -
Uses of Connection in migratedb.core.internal.database.saphana
Classes in migratedb.core.internal.database.saphana that implement Connection Modifier and Type Class Description classSAPHANAConnection -
Uses of Connection in migratedb.core.internal.database.snowflake
Classes in migratedb.core.internal.database.snowflake that implement Connection Modifier and Type Class Description classSnowflakeConnection -
Uses of Connection in migratedb.core.internal.database.spanner
Classes in migratedb.core.internal.database.spanner that implement Connection Modifier and Type Class Description classSpannerConnection -
Uses of Connection in migratedb.core.internal.database.sqlite
Classes in migratedb.core.internal.database.sqlite that implement Connection Modifier and Type Class Description classSQLiteConnectionSQLite connection. -
Uses of Connection in migratedb.core.internal.database.sqlserver
Classes in migratedb.core.internal.database.sqlserver that implement Connection Modifier and Type Class Description classSQLServerConnectionSQL Server connection. -
Uses of Connection in migratedb.core.internal.database.sqlserver.synapse
Classes in migratedb.core.internal.database.sqlserver.synapse that implement Connection Modifier and Type Class Description classSynapseConnectionAzure Synapse connection. -
Uses of Connection in migratedb.core.internal.database.sybasease
Classes in migratedb.core.internal.database.sybasease that implement Connection Modifier and Type Class Description classSybaseASEConnectionSybase ASE Connection. -
Uses of Connection in migratedb.core.internal.database.yugabytedb
Classes in migratedb.core.internal.database.yugabytedb that implement Connection Modifier and Type Class Description classYugabyteDBConnection
-