Uses of Class
migratedb.core.internal.database.mysql.MySQLConnection
-
Packages that use MySQLConnection Package Description migratedb.core.internal.database.mysql Private API.migratedb.core.internal.database.mysql.tidb Private API. -
-
Uses of MySQLConnection in migratedb.core.internal.database.mysql
Methods in migratedb.core.internal.database.mysql that return MySQLConnection Modifier and Type Method Description protected MySQLConnectionMySQLDatabase. doGetConnection(Connection connection) -
Uses of MySQLConnection in migratedb.core.internal.database.mysql.tidb
Subclasses of MySQLConnection in migratedb.core.internal.database.mysql.tidb Modifier and Type Class Description classTiDBConnectionMethods in migratedb.core.internal.database.mysql.tidb that return MySQLConnection Modifier and Type Method Description protected MySQLConnectionTiDBDatabase. doGetConnection(Connection connection)
-