Class MysqlTextValueDecoder

java.lang.Object
com.mysql.cj.protocol.a.MysqlTextValueDecoder
All Implemented Interfaces:
ValueDecoder

public class MysqlTextValueDecoder
extends java.lang.Object
implements ValueDecoder
Implementation of ValueDecoder for the MySQL text protocol. All values will be received as LengthEncodedString values.

Refer to MySQL documentation for format of values as strings.

Numeric values are returned as ASCII (encoding=63/binary).