Uses of Interface
io.debezium.connector.mysql.MysqlFieldReader
-
Packages that use MysqlFieldReader Package Description io.debezium.connector.mysql io.debezium.connector.mysql.legacy -
-
Uses of MysqlFieldReader in io.debezium.connector.mysql
Classes in io.debezium.connector.mysql that implement MysqlFieldReader Modifier and Type Class Description classAbstractMysqlFieldReaderAbstract class for decode MySQL return value according to different protocols.classMysqlBinaryProtocolFieldReaderDecode binary protocol value for MySQL.classMysqlTextProtocolFieldReaderDecode text protocol value for MySQL.Fields in io.debezium.connector.mysql declared as MysqlFieldReader Modifier and Type Field Description private MysqlFieldReaderMySqlConnection. mysqlFieldReaderConstructors in io.debezium.connector.mysql with parameters of type MysqlFieldReader Constructor Description MySqlConnection(MySqlConnection.MySqlConnectionConfiguration connectionConfig, MysqlFieldReader fieldReader)Creates a new connection using the supplied configuration. -
Uses of MysqlFieldReader in io.debezium.connector.mysql.legacy
Fields in io.debezium.connector.mysql.legacy declared as MysqlFieldReader Modifier and Type Field Description private MysqlFieldReaderSnapshotReader. mysqlFieldReader
-