PrepareStatementCommandCodec

Undocumented in source.

Constructors

this
this(PrepareStatementCommand cmd)
Undocumented in source.

Members

Functions

encode
void encode(PgEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
handleErrorResponse
void handleErrorResponse(ErrorResponse errorResponse)
Undocumented in source. Be warned that the author may not have intended to support it.
handleNoData
void handleNoData()
Undocumented in source. Be warned that the author may not have intended to support it.
handleParameterDescription
void handleParameterDescription(PgParamDesc paramDesc)
Undocumented in source. Be warned that the author may not have intended to support it.
handleParseComplete
void handleParseComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
handleReadyForQuery
void handleReadyForQuery(TxStatus txStatus)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRowDescription
void handleRowDescription(PgRowDesc rowDesc)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta