package connection
Ordering
- Alphabetic
Visibility
- Public
- All
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
- object AuthenticationInProgress extends State with Product with Serializable
- object AuthenticationRequired extends State with Product with Serializable
- object AwaitParamsDescription extends ExtendedQueryState with Product with Serializable
- object AwaitingPassword extends State with Product with Serializable
- object AwaitingSslResponse extends State with Product with Serializable
- object Binding extends ExtendedQueryState with Product with Serializable
- object Connected extends State with Product with Serializable
- object Connection
- object EmitOnReadyForQuery extends Serializable
- object ExecutePreparedStatement extends ExtendedQueryState with Product with Serializable
- object Parsing extends ExtendedQueryState with Product with Serializable
- object RequestingSsl extends State with Product with Serializable
- object SimpleQuery extends State with Product with Serializable
- object StateMachine
- object Syncing extends State with Product with Serializable
- object Terminated extends State with Product with Serializable
- object Undefined extends PartialFunction[Any, Nothing]