Uses of Interface
migratedb.v1.core.api.internal.database.base.Session
-
-
Uses of Session in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Session Modifier and Type Method Description SessionDatabase. getMainSession()SessionDatabase. getMigrationSession() -
Uses of Session in migratedb.v1.core.internal.callback
Constructors in migratedb.v1.core.internal.callback with parameters of type Session Constructor Description SimpleContext(Configuration configuration, Session session, MigrationInfo migrationInfo, String sql, List<Warning> warnings, List<Error> errors) -
Uses of Session in migratedb.v1.core.internal.database.base
Classes in migratedb.v1.core.internal.database.base that implement Session Modifier and Type Class Description classBaseSessionMethods in migratedb.v1.core.internal.database.base that return Session Modifier and Type Method Description protected abstract SessionBaseDatabase. doGetSession(Connection connection)Retrieves a MigrateDB session for this JDBC connection.SessionBaseDatabase. getMainSession()SessionBaseDatabase. getMigrationSession() -
Uses of Session in migratedb.v1.core.internal.database.bigquery
Classes in migratedb.v1.core.internal.database.bigquery that implement Session Modifier and Type Class Description classBigQuerySession -
Uses of Session in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement Session Modifier and Type Class Description classCockroachDBSession -
Uses of Session in migratedb.v1.core.internal.database.db2
Classes in migratedb.v1.core.internal.database.db2 that implement Session Modifier and Type Class Description classDB2Session -
Uses of Session in migratedb.v1.core.internal.database.derby
Classes in migratedb.v1.core.internal.database.derby that implement Session Modifier and Type Class Description classDerbySession -
Uses of Session in migratedb.v1.core.internal.database.firebird
Classes in migratedb.v1.core.internal.database.firebird that implement Session Modifier and Type Class Description classFirebirdSession -
Uses of Session in migratedb.v1.core.internal.database.h2
Classes in migratedb.v1.core.internal.database.h2 that implement Session Modifier and Type Class Description classH2Session -
Uses of Session in migratedb.v1.core.internal.database.hsqldb
Classes in migratedb.v1.core.internal.database.hsqldb that implement Session Modifier and Type Class Description classHSQLDBSession -
Uses of Session in migratedb.v1.core.internal.database.ignite.thin
Classes in migratedb.v1.core.internal.database.ignite.thin that implement Session Modifier and Type Class Description classIgniteThinSession -
Uses of Session in migratedb.v1.core.internal.database.informix
Classes in migratedb.v1.core.internal.database.informix that implement Session Modifier and Type Class Description classInformixSession -
Uses of Session in migratedb.v1.core.internal.database.mysql
Classes in migratedb.v1.core.internal.database.mysql that implement Session Modifier and Type Class Description classMySQLSession -
Uses of Session in migratedb.v1.core.internal.database.mysql.tidb
Classes in migratedb.v1.core.internal.database.mysql.tidb that implement Session Modifier and Type Class Description classTiDBSession -
Uses of Session in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement Session Modifier and Type Class Description classOracleSession -
Uses of Session in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement Session Modifier and Type Class Description classPostgreSQLSession -
Uses of Session in migratedb.v1.core.internal.database.redshift
Classes in migratedb.v1.core.internal.database.redshift that implement Session Modifier and Type Class Description classRedshiftSession -
Uses of Session in migratedb.v1.core.internal.database.saphana
Classes in migratedb.v1.core.internal.database.saphana that implement Session Modifier and Type Class Description classSAPHANASession -
Uses of Session in migratedb.v1.core.internal.database.snowflake
Classes in migratedb.v1.core.internal.database.snowflake that implement Session Modifier and Type Class Description classSnowflakeSession -
Uses of Session in migratedb.v1.core.internal.database.spanner
Classes in migratedb.v1.core.internal.database.spanner that implement Session Modifier and Type Class Description classSpannerSession -
Uses of Session in migratedb.v1.core.internal.database.sqlite
Classes in migratedb.v1.core.internal.database.sqlite that implement Session Modifier and Type Class Description classSQLiteSession -
Uses of Session in migratedb.v1.core.internal.database.sqlserver
Classes in migratedb.v1.core.internal.database.sqlserver that implement Session Modifier and Type Class Description classSQLServerSession -
Uses of Session in migratedb.v1.core.internal.database.sqlserver.synapse
Classes in migratedb.v1.core.internal.database.sqlserver.synapse that implement Session Modifier and Type Class Description classSynapseSession -
Uses of Session in migratedb.v1.core.internal.database.sybasease
Classes in migratedb.v1.core.internal.database.sybasease that implement Session Modifier and Type Class Description classSybaseASESessionSybase ASE Connection. -
Uses of Session in migratedb.v1.core.internal.database.yugabytedb
Classes in migratedb.v1.core.internal.database.yugabytedb that implement Session Modifier and Type Class Description classYugabyteDBSession
-