package connection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AggregatingAuthData(statuses: Map[String, String], processId: Int, secretKey: Int) extends State with Product with Serializable
  2. case class AwaitRowDescription(types: Array[Int]) extends ExtendedQueryState with Product with Serializable
  3. class Connection extends AnyRef
  4. class ConnectionStateMachine extends StateMachine[Message, PgResponse, State]
  5. case class EmitOnReadyForQuery[R <: PgResponse](emit: TransitionResult[R]) extends ExtendedQueryState with Product with Serializable
  6. sealed trait ExtendedQueryState extends State
  7. sealed trait State extends AnyRef
  8. trait StateMachine[E, R, S] extends AnyRef
  9. case class StreamRows(complete: Promise[Unit], extended: Boolean, nextRow: Promise[AsyncStream[DataRow]] = new Promise) extends ExtendedQueryState with Product with Serializable
  10. case class WrongStateForEvent[E, S](event: E, state: S) extends IllegalStateException with Product with Serializable

Ungrouped