package connection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateRows (fields: Array[Field], buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable
  2. case class AggregateRowsWithoutFields (buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable
  3. case class AggregatingAuthData (statuses: Map[String, String], processId: Int, secretKey: Int) extends State with Product with Serializable
  4. case class AwaitRowDescription (types: Array[Int]) extends ExtendedQueryState with Product with Serializable
  5. class Connection extends AnyRef
  6. class ConnectionStateMachine extends StateMachine[Message, PgResponse, State]
  7. case class EmitOnReadyForQuery [R <: PgResponse](emit: R) extends ExtendedQueryState with Product with Serializable
  8. sealed trait ExtendedQueryState extends State
  9. sealed trait State extends AnyRef
  10. trait StateMachine [E, R, S] extends AnyRef
  11. case class WrongStateForEvent [E, S](event: E, state: S) extends IllegalStateException with Product with Serializable

Ungrouped