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. trait PreparedStatement extends AnyRef

    Permalink
  4. sealed trait QueryResponse extends AnyRef

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

    Permalink
  6. class Row extends AnyRef

    Permalink
  7. trait RowReader[A] extends AnyRef

    Permalink
  8. case class User(email: String, name: String) extends Product with Serializable

    Permalink

Value Members

  1. object Client

    Permalink
  2. object Main

    Permalink
  3. object OptionalField

    Permalink

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

  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