Package

com.github.mauricio.async.db.postgresql.messages

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. case class AuthSASLCont(serverFirstMsg: String) extends AuthenticationMessage with Product with Serializable

    Permalink
  2. case class AuthSASLFinal(serverFinalMsg: String) extends AuthenticationMessage with Product with Serializable

    Permalink
  3. case class AuthSASLReq(mechanisms: Array[String]) extends AuthenticationMessage with Product with Serializable

    Permalink
  4. class AuthenticationChallengeCleartextMessage extends AuthenticationChallengeMessage

    Permalink
  5. class AuthenticationChallengeMD5 extends AuthenticationChallengeMessage

    Permalink
  6. class AuthenticationChallengeMessage extends AuthenticationMessage

    Permalink
  7. abstract class AuthenticationMessage extends ServerMessage

    Permalink
  8. class AuthenticationOkMessage extends AuthenticationMessage

    Permalink
  9. case class CommandCompleteMessage(rowsAffected: Int, statusMessage: String) extends ServerMessage with Product with Serializable

    Permalink
  10. case class DataRowMessage(values: Array[ByteBuf]) extends ServerMessage with Product with Serializable

    Permalink
  11. class ErrorMessage extends InformationMessage

    Permalink
  12. abstract class InformationMessage extends ServerMessage

    Permalink
  13. class NoticeMessage extends InformationMessage

    Permalink
  14. class NotificationResponse extends ServerMessage

    Permalink
  15. case class ParameterStatusMessage(key: String, value: String) extends ServerMessage with Product with Serializable

    Permalink
  16. case class PostgreSQLColumnData(name: String, tableObjectId: Int, columnNumber: Int, dataType: Int, dataTypeSize: Long, dataTypeModifier: Int, fieldFormat: Int) extends ColumnData with Product with Serializable

    Permalink
  17. case class ProcessData(processId: Int, secretKey: Int) extends ServerMessage with Product with Serializable

    Permalink
  18. class ReadyForQueryMessage extends ServerMessage

    Permalink
  19. case class RowDescriptionMessage(columnDatas: Array[PostgreSQLColumnData]) extends ServerMessage with Product with Serializable

    Permalink
  20. case class SSLResponseMessage(supported: Boolean) extends Product with Serializable

    Permalink
  21. class ServerMessage extends KindedMessage

    Permalink

Value Members

  1. object AuthenticationChallengeCleartextMessage extends Serializable

    Permalink
  2. object AuthenticationOkMessage extends Serializable

    Permalink
  3. object AuthenticationResponseType extends Enumeration

    Permalink
  4. object BindComplete extends ServerMessage

    Permalink
  5. object CloseComplete extends ServerMessage

    Permalink
  6. object EmptyQueryString extends ServerMessage

    Permalink
  7. object InformationMessage extends Serializable

    Permalink
  8. object NoData extends ServerMessage

    Permalink
  9. object ParseComplete extends ServerMessage

    Permalink
  10. object ServerMessage extends Serializable

    Permalink

Ungrouped