Class MySQLConnection

java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<MySQLDatabase>
migratedb.v1.core.internal.database.mysql.MySQLConnection
All Implemented Interfaces:
AutoCloseable, Connection<MySQLDatabase>
Direct Known Subclasses:
TiDBConnection

public class MySQLConnection extends BaseConnection<MySQLDatabase>