Package

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

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticationChallengeCleartextMessage extends AuthenticationChallengeMessage

    Permalink
  2. class AuthenticationChallengeMD5 extends AuthenticationChallengeMessage

    Permalink
  3. class AuthenticationChallengeMessage extends AuthenticationMessage

    Permalink
  4. abstract class AuthenticationMessage extends ServerMessage

    Permalink
  5. class AuthenticationOkMessage extends AuthenticationMessage

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

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

    Permalink
  8. class ErrorMessage extends InformationMessage

    Permalink
  9. abstract class InformationMessage extends ServerMessage

    Permalink
  10. class NoticeMessage extends InformationMessage

    Permalink
  11. class NotificationResponse extends ServerMessage

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

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

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

    Permalink
  15. class ReadyForQueryMessage extends ServerMessage

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

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

    Permalink
  18. 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