package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

Ungrouped