RowResultDecoder

Constructors

this
this(bool singleton, MySQLRowDesc rowDesc)
Undocumented in source.

Members

Functions

complete
R complete()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeRow
void decodeRow(int len, ByteBuf inBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rowDesc
MySQLRowDesc rowDesc;
Undocumented in source.

Inherited Members

From RowDecoder

decodeRow
void decodeRow(int len, ByteBuf buffer)
Undocumented in source.

Meta