CommandCodecBase

Members

Functions

decodeRow
void decodeRow(int len, ByteBuf inBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(PgEncoder encoder)
Undocumented in source.
getCommand
ICommand getCommand()
Undocumented in source.
handleAuthenticationClearTextPassword
void handleAuthenticationClearTextPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
handleAuthenticationMD5Password
void handleAuthenticationMD5Password(byte[] salt)
Undocumented in source. Be warned that the author may not have intended to support it.
handleAuthenticationOk
void handleAuthenticationOk()
Undocumented in source. Be warned that the author may not have intended to support it.
handleBackendKeyData
void handleBackendKeyData(int processId, int secretKey)
Undocumented in source. Be warned that the author may not have intended to support it.
handleBindComplete
void handleBindComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
handleCloseComplete
void handleCloseComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
handleCommandComplete
void handleCommandComplete(int updated)
Undocumented in source. Be warned that the author may not have intended to support it.
handleEmptyQueryResponse
void handleEmptyQueryResponse()
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.
handleNoticeResponse
void handleNoticeResponse(NoticeResponse noticeResponse)
Undocumented in source.
handleParameterDescription
void handleParameterDescription(PgParamDesc paramDesc)
Undocumented in source. Be warned that the author may not have intended to support it.
handleParameterStatus
void handleParameterStatus(string key, string value)
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.
handlePortalSuspended
void handlePortalSuspended()
Undocumented in source. Be warned that the author may not have intended to support it.
handleReadyForQuery
void handleReadyForQuery(TxStatus txStatus)
Undocumented in source.
handleRowDescription
void handleRowDescription(PgRowDesc rowDescription)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_failure
Throwable _failure;
Undocumented in source.
completionHandler
EventHandler!(ICommandResponse) completionHandler;
Undocumented in source.
noticeHandler
EventHandler!(NoticeResponse) noticeHandler;
Undocumented in source.

Meta