package connection
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AggregatingAuthData(statuses: Map[String, String], processId: Int, secretKey: Int) extends State with Product with Serializable
- case class AwaitRowDescription(types: Array[Int]) extends ExtendedQueryState with Product with Serializable
- class Connection extends AnyRef
- class ConnectionStateMachine extends StateMachine[Message, PgResponse, State]
- case class EmitOnReadyForQuery[R <: PgResponse](emit: TransitionResult[R]) extends ExtendedQueryState with Product with Serializable
- sealed trait ExtendedQueryState extends State
- sealed trait State extends AnyRef
- trait StateMachine[E, R, S] extends AnyRef
- case class StreamRows(complete: Promise[Unit], extended: Boolean, nextRow: Promise[AsyncStream[DataRow]] = new Promise) extends ExtendedQueryState with Product with Serializable
- case class WrongStateForEvent[E, S](event: E, state: S) extends IllegalStateException with Product with Serializable
Value Members
- case object AuthenticationInProgress extends State with Product with Serializable
- case object AuthenticationRequired extends State with Product with Serializable
- case object AwaitParamsDescription extends ExtendedQueryState with Product with Serializable
- case object AwaitingPassword extends State with Product with Serializable
- case object AwaitingSslResponse extends State with Product with Serializable
- case object Binding extends ExtendedQueryState with Product with Serializable
- case object Connected extends State with Product with Serializable
- object Connection
- object EmitOnReadyForQuery extends Serializable
- case object ExecutePreparedStatement extends ExtendedQueryState with Product with Serializable
- case object Parsing extends ExtendedQueryState with Product with Serializable
- case object RequestingSsl extends State with Product with Serializable
- case object SimpleQuery extends State with Product with Serializable
- object StateMachine
- case object Syncing extends State with Product with Serializable
- case object Terminated extends State with Product with Serializable
- object Undefined extends PartialFunction[Any, Nothing]