Package

io.rdbc.pgsql.core.pgstruct.messages

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. final case class BackendKeyData(pid: PgPid, key: PgKey) extends PgBackendMessage with Product with Serializable

    Permalink
  2. final case class CommandComplete(message: String, rowsAffected: Option[Int]) extends PgBackendMessage with Product with Serializable

    Permalink
  3. final case class DataRow(colValues: Vector[ColValue]) extends PgBackendMessage with Product with Serializable

    Permalink
  4. final case class MsgHeader(msgLength: Int) extends Product with Serializable

    Permalink
  5. case class NotificationResponse(pid: PgPid, channel: String, payload: Option[String]) extends PgBackendMessage with Product with Serializable

    Permalink
  6. final case class ParameterDescription(dataTypeOids: Vector[Oid]) extends PgBackendMessage with Product with Serializable

    Permalink
  7. final case class ParameterStatus(key: SessionParamKey, value: SessionParamVal) extends PgBackendMessage with Product with Serializable

    Permalink
  8. trait PgBackendMessage extends PgMessage

    Permalink
  9. final case class PgKey(value: Int) extends AnyVal with Product with Serializable

    Permalink
  10. final case class PgPid(value: Int) extends AnyVal with Product with Serializable

    Permalink
  11. case class ReadyForQuery(txStatus: TxStatus) extends PgBackendMessage with Product with Serializable

    Permalink
  12. final case class RowDescription(colDescs: Vector[ColDesc]) extends PgBackendMessage with Product with Serializable

    Permalink
  13. final case class SessionParamKey(value: String) extends AnyVal with Product with Serializable

    Permalink
  14. final case class SessionParamVal(value: String) extends AnyVal with Product with Serializable

    Permalink
  15. sealed trait StatusMessage extends PgBackendMessage

    Permalink
  16. final case class UnknownBackendMessage(head: Byte, body: ByteVector) extends PgBackendMessage with Product with Serializable

    Permalink

Ungrouped