com.twitter.finagle.postgres

connection

package connection

Visibility
  1. Public
  2. All

Type Members

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

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

  8. trait State extends AnyRef

  9. trait StateMachine[E, R, S] extends AnyRef

Value Members

  1. object AuthenticationInProgress extends State with Product with Serializable

  2. object AuthenticationRequired extends State with Product with Serializable

  3. object AwaitParamsDescription extends State with Product with Serializable

  4. object AwaitingPassword extends State with Product with Serializable

  5. object AwaitingSslResponse extends State with Product with Serializable

  6. object Binding extends State with Product with Serializable

  7. object Connected extends State with Product with Serializable

  8. object ExecutePreparedStatement extends State with Product with Serializable

  9. object Parsing extends State with Product with Serializable

  10. object RequestingSsl extends State with Product with Serializable

  11. object SimpleQuery extends State with Product with Serializable

  12. object Syncing extends State with Product with Serializable

  13. object Undefined extends PartialFunction[Any, Nothing]

Ungrouped