hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
CommandCompleteProcessor
hunt
database
driver
postgresql
impl
codec
PgDecoder
Undocumented in source.
static
class
CommandCompleteProcessor : ByteProcessor {
bool
afterSpace
;
int
parse
(ByteBuf inBuffer);
bool
process
(byte value);
}
Members
Functions
parse
int
parse
(ByteBuf inBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
process
bool
process
(byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
afterSpace
bool
afterSpace
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
PgDecoder
classes
CommandCompleteProcessor
PgDecoder