Package

io

getquill

Permalink

package getquill

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. getquill
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class JdbcSourceConfig[D <: SqlIdiom, N <: NamingStrategy] extends SourceConfig[JdbcSource[D, N]]

    Permalink
  2. type Quoted[T] = getquill.quotation.Quoted[T]

    Permalink

Value Members

  1. def Ord: OrdOps

    Permalink
  2. def lift[T](v: T): T

    Permalink
  3. def mappedEncoding[I, O](f: (I) ⇒ O): MappedEncoding[I, O]

    Permalink
  4. implicit def orderingToOrd[T](implicit o: Ordering[T]): Ord[T]

    Permalink
  5. def query[T]: EntityQuery[T]

    Permalink
  6. implicit macro def quote[T](body: T): Quoted[T]

    Permalink
  7. macro def quote[T, R](func: (T) ⇒ Quoted[R]): Quoted[(T) ⇒ R]

    Permalink
  8. macro def quote[T](body: Quoted[T]): Quoted[T]

    Permalink
  9. macro def source[T <: Source[_, _]](config: SourceConfig[T]): T

    Permalink
  10. package sources

    Permalink
  11. implicit def unquote[T](quoted: Quoted[T]): T

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped