package connection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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

Value Members

  1. case object AuthenticationInProgress extends State with Product with Serializable
  2. case object AuthenticationRequired extends State with Product with Serializable
  3. case object AwaitParamsDescription extends ExtendedQueryState with Product with Serializable
  4. case object AwaitingPassword extends State with Product with Serializable
  5. case object AwaitingSslResponse extends State with Product with Serializable
  6. case object Binding extends ExtendedQueryState with Product with Serializable
  7. case object Connected extends State with Product with Serializable
  8. object Connection
  9. object EmitOnReadyForQuery extends Serializable
  10. case object ExecutePreparedStatement extends ExtendedQueryState with Product with Serializable
  11. case object Parsing extends ExtendedQueryState with Product with Serializable
  12. case object RequestingSsl extends State with Product with Serializable
  13. case object SimpleQuery extends State with Product with Serializable
  14. object StateMachine
  15. case object Syncing extends State with Product with Serializable
  16. case object Terminated extends State with Product with Serializable
  17. object Undefined extends PartialFunction[Any, Nothing]

Ungrouped