Interface ValueDecoder

All Known Implementing Classes:
MysqlBinaryValueDecoder, MysqlTextValueDecoder, XProtocolDecoder

public interface ValueDecoder
A value decoder is responsible for interpreting a byte array as a value. The type of the value is encoded in the method call. After decoding, the value decoder passes an intermediate representation of the value to a ValueFactory for result value creation.
Since:
6.0