RowResultDecoder

Constructors

this
this(bool singleton, PgRowDesc desc)
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 buffer)
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

desc
PgRowDesc desc;
Undocumented in source.

Inherited Members

From RowDecoder

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

Meta