Uses of Class
migratedb.v1.core.internal.database.mysql.MySQLSession
-
Packages that use MySQLSession Package Description migratedb.v1.core.internal.database.mysql Private API.migratedb.v1.core.internal.database.mysql.tidb Private API. -
-
Uses of MySQLSession in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql that return MySQLSession Modifier and Type Method Description protected MySQLSessionMySQLDatabase. doGetSession(Connection connection) -
Uses of MySQLSession in migratedb.v1.core.internal.database.mysql.tidb
Subclasses of MySQLSession in migratedb.v1.core.internal.database.mysql.tidb Modifier and Type Class Description classTiDBSessionMethods in migratedb.v1.core.internal.database.mysql.tidb that return MySQLSession Modifier and Type Method Description protected MySQLSessionTiDBDatabase. doGetSession(Connection connection)
-