| Package | Description |
|---|---|
| com.mysql.cj.protocol.a | |
| com.mysql.cj.protocol.a.result | |
| com.mysql.cj.protocol.result | |
| com.mysql.cj.protocol.x |
| Modifier and Type | Class and Description |
|---|---|
class |
MysqlBinaryValueDecoder
A
ValueDecoder for the MySQL binary (prepared statement) protocol. |
class |
MysqlTextValueDecoder
Implementation of
ValueDecoder for the MySQL text protocol. |
| Modifier and Type | Field and Description |
|---|---|
protected ValueDecoder |
AbstractRowFactory.valueDecoder |
| Constructor and Description |
|---|
BinaryBufferRow(NativePacketPayload buf,
ColumnDefinition cd,
ExceptionInterceptor exceptionInterceptor,
ValueDecoder valueDecoder) |
ByteArrayRow(byte[][] internalRowData,
ExceptionInterceptor exceptionInterceptor,
ValueDecoder valueDecoder) |
TextBufferRow(NativePacketPayload buf,
ColumnDefinition cd,
ExceptionInterceptor exceptionInterceptor,
ValueDecoder valueDecoder) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueDecoder |
AbstractResultsetRow.valueDecoder |
| Modifier and Type | Class and Description |
|---|---|
class |
XProtocolDecoder |