hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
PgCodec
hunt
database
driver
postgresql
impl
codec
PgCodec
class
PgCodec : Codec {
this
();
Encoder
getEncoder
();
Decoder
getDecoder
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getDecoder
Decoder
getDecoder
()
Undocumented in source. Be warned that the author may not have intended to support it.
getEncoder
Encoder
getEncoder
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
PgCodec
classes
PgCodec