Package

com.twitter.finagle.postgres

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateRows(fields: Array[Field], buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable

    Permalink
  2. case class AggregateRowsWithoutFields(buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable

    Permalink
  3. case class AggregatingAuthData(statuses: Map[String, String], processId: Int, secretKey: Int) extends State with Product with Serializable

    Permalink
  4. case class AwaitRowDescription(types: Array[Int]) extends ExtendedQueryState with Product with Serializable

    Permalink
  5. class Connection extends AnyRef

    Permalink
  6. class ConnectionStateMachine extends StateMachine[Message, PgResponse, State]

    Permalink
  7. case class EmitOnReadyForQuery[R <: PgResponse](emit: R) extends ExtendedQueryState with Product with Serializable

    Permalink
  8. sealed trait ExtendedQueryState extends State

    Permalink
  9. sealed trait State extends AnyRef

    Permalink
  10. trait StateMachine[E, R, S] extends AnyRef

    Permalink

Value Members

  1. object AuthenticationInProgress extends State with Product with Serializable

    Permalink
  2. object AuthenticationRequired extends State with Product with Serializable

    Permalink
  3. object AwaitParamsDescription extends ExtendedQueryState with Product with Serializable

    Permalink
  4. object AwaitingPassword extends State with Product with Serializable

    Permalink
  5. object AwaitingSslResponse extends State with Product with Serializable

    Permalink
  6. object Binding extends ExtendedQueryState with Product with Serializable

    Permalink
  7. object Connected extends State with Product with Serializable

    Permalink
  8. object ExecutePreparedStatement extends ExtendedQueryState with Product with Serializable

    Permalink
  9. object Parsing extends ExtendedQueryState with Product with Serializable

    Permalink
  10. object RequestingSsl extends State with Product with Serializable

    Permalink
  11. object SimpleQuery extends State with Product with Serializable

    Permalink
  12. object Syncing extends State with Product with Serializable

    Permalink
  13. object Terminated extends State with Product with Serializable

    Permalink
  14. object Undefined extends PartialFunction[Any, Nothing]

    Permalink

Ungrouped