Package

com.twitter.finagle

postgres

Permalink

package postgres

Visibility
  1. Public
  2. All

Type Members

  1. class Client extends AnyRef

    Permalink
  2. case class OK(affectedRows: Int) extends QueryResponse with Product with Serializable

    Permalink
  3. case class Param[T](value: T)(implicit encoder: ValueEncoder[T]) extends Product with Serializable

    Permalink
  4. trait PreparedStatement extends AnyRef

    Permalink
  5. sealed trait QueryResponse extends AnyRef

    Permalink
  6. case class ResultSet(rows: List[Row]) extends QueryResponse with Product with Serializable

    Permalink
  7. class Row extends AnyRef

    Permalink
  8. trait RowReader[A] extends AnyRef

    Permalink

Value Members

  1. object Client

    Permalink
  2. object OptionalField

    Permalink

    A reader that reads an optional, name-specified field from a row.

  3. object Param extends Serializable

    Permalink
  4. object RequiredField

    Permalink
  5. object ResultSet extends Serializable

    Permalink
  6. package codec

    Permalink
  7. package connection

    Permalink
  8. package messages

    Permalink
  9. package values

    Permalink

Ungrouped