Package

com.twitter.finagle.postgres

generic

Permalink

package generic

Linear Supertypes
Enums, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. generic
  2. Enums
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ColumnNamer extends (String) ⇒ String

    Permalink
  2. case class Columns extends QueryParam with Product with Serializable

    Permalink
  3. case class ColumnsOf[T <: Product] extends Product with Serializable

    Permalink
  4. case class Query[T](parts: Seq[String], queryParams: Seq[QueryParam], cont: (Row) ⇒ T) extends Product with Serializable

    Permalink
  5. implicit final class QueryContext extends AnyVal

    Permalink
  6. trait QueryParam extends AnyRef

    Permalink
  7. trait QueryParams[T] extends AnyRef

    Permalink

    Typeclass allowing conversion of a type T into a sequence of postgres parameters Used for quoting lists, tuples, etc in a query (i.e.

    Typeclass allowing conversion of a type T into a sequence of postgres parameters Used for quoting lists, tuples, etc in a query (i.e. "WHERE foo IN ${("A", "B")})

    Annotations
    @implicitNotFound( ... )
  8. trait QueryParams0 extends QueryParams1

    Permalink
  9. trait QueryParams1 extends AnyRef

    Permalink
  10. trait RowDecoder[T] extends AnyRef

    Permalink
  11. trait RowDecoder0 extends AnyRef

    Permalink
  12. implicit class ToQueryParam[T] extends QueryParam

    Permalink
  13. implicit final class ToShapelessClientOps extends AnyVal

    Permalink
  14. case class Updates(updates: List[(String, Param[_])]) extends QueryParam with Product with Serializable

    Permalink
  15. case class Values extends QueryParam with Product with Serializable

    Permalink

Value Members

  1. object ColumnNamer

    Permalink
  2. object Columns extends Serializable

    Permalink
  3. object ColumnsOf extends Serializable

    Permalink
  4. implicit object EnumCNilDecoder extends ValueDecoder[CNil]

    Permalink
    Definition Classes
    Enums
  5. implicit object EnumCNilEncoder extends ValueEncoder[CNil]

    Permalink
    Definition Classes
    Enums
  6. object Query extends Serializable

    Permalink
  7. object QueryParams extends QueryParams0

    Permalink
  8. object RowDecoder extends RowDecoder0

    Permalink
  9. object Updates extends Serializable

    Permalink
  10. object Values extends Serializable

    Permalink
  11. implicit def enumCConsDecoder[K <: Symbol, H, T <: Coproduct](implicit name: Aux[K], leaf: Aux[H], decodeTail: ValueDecoder[T]): ValueDecoder[:+:[FieldType[K, H], T]]

    Permalink
    Definition Classes
    Enums
  12. implicit def enumCConsEncoder[K <: Symbol, H, T <: Coproduct](implicit name: Aux[K], leaf: Aux[H], encodeTail: ValueEncoder[T]): ValueEncoder[:+:[FieldType[K, H], T]]

    Permalink
    Definition Classes
    Enums
  13. implicit def enumCoproductDecoder[T, C <: Coproduct](implicit gen: Aux[T, C], decodeC: ValueDecoder[C]): ValueDecoder[T]

    Permalink
    Definition Classes
    Enums
  14. implicit def enumCoproductEncoder[T, C <: Coproduct](implicit gen: Aux[T, C], encodeC: ValueEncoder[C]): ValueEncoder[T]

    Permalink
    Definition Classes
    Enums
  15. package enumeration

    Permalink
  16. object toLabelledParam extends Poly1

    Permalink
  17. object toParam extends Poly1

    Permalink

Inherited from Enums

Inherited from AnyRef

Inherited from Any

Ungrouped