Package

com.twitter.finagle.postgres

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. case class AggregateRowsWithoutFields(buff: ListBuffer[DataRow] = ListBuffer()) extends State 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: IndexedSeq[Int]) extends State 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 State with Product with Serializable

    Permalink
  8. trait State extends AnyRef

    Permalink
  9. 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 State 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 State with Product with Serializable

    Permalink
  7. object Connected extends State with Product with Serializable

    Permalink
  8. object ExecutePreparedStatement extends State with Product with Serializable

    Permalink
  9. object Parsing extends State 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 Undefined extends PartialFunction[Any, Nothing]

    Permalink

Ungrouped