package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AuthSASLCont(serverFirstMsg: String) extends AuthenticationMessage with Product with Serializable
  2. case class AuthSASLFinal(serverFinalMsg: String) extends AuthenticationMessage with Product with Serializable
  3. case class AuthSASLReq(mechanisms: Array[String]) extends AuthenticationMessage with Product with Serializable
  4. class AuthenticationChallengeCleartextMessage extends AuthenticationChallengeMessage
  5. class AuthenticationChallengeMD5 extends AuthenticationChallengeMessage
  6. class AuthenticationChallengeMessage extends AuthenticationMessage
  7. abstract class AuthenticationMessage extends ServerMessage
  8. class AuthenticationOkMessage extends AuthenticationMessage
  9. case class CommandCompleteMessage(rowsAffected: Int, statusMessage: String) extends ServerMessage with Product with Serializable
  10. case class DataRowMessage(values: Array[ByteBuf]) extends ServerMessage with Product with Serializable
  11. class ErrorMessage extends InformationMessage
  12. abstract class InformationMessage extends ServerMessage
  13. class NoticeMessage extends InformationMessage
  14. class NotificationResponse extends ServerMessage
  15. case class ParameterStatusMessage(key: String, value: String) extends ServerMessage with Product with Serializable
  16. case class PostgreSQLColumnData(name: String, tableObjectId: Int, columnNumber: Int, dataType: Int, dataTypeSize: Long, dataTypeModifier: Int, fieldFormat: Int) extends ColumnData with Product with Serializable
  17. case class ProcessData(processId: Int, secretKey: Int) extends ServerMessage with Product with Serializable
  18. class ReadyForQueryMessage extends ServerMessage
  19. case class RowDescriptionMessage(columnDatas: Array[PostgreSQLColumnData]) extends ServerMessage with Product with Serializable
  20. case class SSLResponseMessage(supported: Boolean) extends Product with Serializable
  21. class ServerMessage extends KindedMessage

Value Members

  1. object AuthenticationChallengeCleartextMessage extends Serializable
  2. object AuthenticationOkMessage extends Serializable
  3. object AuthenticationResponseType extends Enumeration
  4. object BindComplete extends ServerMessage
  5. object CloseComplete extends ServerMessage
  6. object EmptyQueryString extends ServerMessage
  7. object InformationMessage extends Serializable
  8. object NoData extends ServerMessage
  9. object ParseComplete extends ServerMessage
  10. object ServerMessage extends Serializable

Ungrouped