Package

com.twitter.finagle

postgres

Permalink

package postgres

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. trait PostgresClient extends AnyRef

    Permalink
  4. class PostgresClientImpl extends PostgresClient

    Permalink
  5. trait PreparedStatement extends AnyRef

    Permalink
  6. sealed trait QueryResponse extends AnyRef

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

    Permalink
  8. trait Row extends AnyRef

    Permalink
  9. case class RowFormat(indexMap: Map[String, Int], formats: Array[Short], oids: Array[Int], dataTypes: Map[Int, TypeSpecifier], receives: PartialFunction[String, ValueDecoder[_]], charset: Charset) extends Product with Serializable

    Permalink
  10. case class RowImpl(values: Array[Option[ChannelBuffer]], rowFormat: RowFormat) extends Row with Product with Serializable

    Permalink
  11. trait RowReader[A] extends AnyRef

    Permalink

Value Members

  1. object OptionalField

    Permalink

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

  2. object Param extends Serializable

    Permalink
  3. object PostgresClient

    Permalink
  4. object RequiredField

    Permalink
  5. object ResultSet extends Serializable

    Permalink
  6. object Row

    Permalink
  7. package codec

    Permalink
  8. package connection

    Permalink
  9. package messages

    Permalink
  10. package values

    Permalink

Ungrouped