Trait

io.getquill.dsl

DynamicQueryDsl

Related Doc: package dsl

Permalink

trait DynamicQueryDsl extends AnyRef

Self Type
CoreDsl
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicQueryDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DynamicAction[A <: Action[_]] extends AnyRef

    Permalink
  2. case class DynamicActionReturning[E, Output](q: CoreDsl.Quoted[ActionReturning[E, Output]]) extends CoreDsl.DynamicAction[ActionReturning[E, Output]] with Product with Serializable

    Permalink
  3. case class DynamicAlias[T](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[Any], name: String) extends Product with Serializable

    Permalink
  4. case class DynamicDelete[E](q: CoreDsl.Quoted[Delete[E]]) extends CoreDsl.DynamicAction[Delete[E]] with Product with Serializable

    Permalink
  5. case class DynamicEntityQuery[T](q: CoreDsl.Quoted[EntityQuery[T]]) extends CoreDsl.DynamicQuery[T] with Product with Serializable

    Permalink
  6. trait DynamicInsert[E] extends CoreDsl.DynamicAction[Insert[E]]

    Permalink
  7. case class DynamicJoinQuery[A, B, R](tpe: JoinType, q1: CoreDsl.Quoted[Query[A]], q2: CoreDsl.Quoted[Query[B]]) extends Product with Serializable

    Permalink
  8. sealed trait DynamicQuery[+T] extends AnyRef

    Permalink
  9. sealed trait DynamicSet[T, U] extends AnyRef

    Permalink
  10. case class DynamicSetEmpty[T, U]() extends CoreDsl.DynamicSet[T, U] with Product with Serializable

    Permalink
  11. case class DynamicSetValue[T, U](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[U], value: CoreDsl.Quoted[U]) extends CoreDsl.DynamicSet[T, U] with Product with Serializable

    Permalink
  12. case class DynamicUpdate[E](q: CoreDsl.Quoted[Update[E]]) extends CoreDsl.DynamicAction[Update[E]] with Product with Serializable

    Permalink
  13. implicit class ToDynamicAction[T] extends AnyRef

    Permalink
  14. implicit class ToDynamicActionReturning[T, U] extends AnyRef

    Permalink
  15. implicit class ToDynamicEntityQuery[T] extends AnyRef

    Permalink
  16. implicit class ToDynamicInsert[T] extends AnyRef

    Permalink
  17. implicit class ToDynamicQuery[T] extends AnyRef

    Permalink
  18. implicit class ToDynamicUpdate[T] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DynamicAction

    Permalink
  5. object DynamicInsert

    Permalink
  6. object DynamicQuery

    Permalink
  7. def alias[T](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[Any], name: String): CoreDsl.DynamicAlias[T]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def dynamicQuery[T](implicit t: scala.reflect.api.JavaUniverse.TypeTag[T]): CoreDsl.DynamicEntityQuery[T]

    Permalink
  11. def dynamicQuerySchema[T](entity: String, columns: CoreDsl.DynamicAlias[T]*)(implicit t: scala.reflect.api.JavaUniverse.TypeTag[T]): CoreDsl.DynamicEntityQuery[T]

    Permalink
  12. implicit macro def dynamicUnquote[T](d: CoreDsl.DynamicQuery[T]): Query[T]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val quatMaking: TypeTaggedQuatMaking

    Permalink
  23. def set[T, U](property: String, value: CoreDsl.Quoted[U]): CoreDsl.DynamicSet[T, U]

    Permalink
  24. def set[T, U](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[U], value: CoreDsl.Quoted[U]): CoreDsl.DynamicSet[T, U]

    Permalink
  25. def setOpt[T, U](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[U], value: Option[U])(implicit enc: CoreDsl.Encoder[U]): CoreDsl.DynamicSet[T, U]

    Permalink
  26. def setValue[T, U](property: String, value: U)(implicit enc: CoreDsl.Encoder[U]): CoreDsl.DynamicSet[T, U]

    Permalink
  27. def setValue[T, U](property: (CoreDsl.Quoted[T]) ⇒ CoreDsl.Quoted[U], value: U)(implicit enc: CoreDsl.Encoder[U]): CoreDsl.DynamicSet[T, U]

    Permalink
  28. def spliceLift[O](o: O)(implicit enc: CoreDsl.Encoder[O]): CoreDsl.Quoted[O]

    Permalink
    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. implicit def toQuoted[T <: Action[_]](q: CoreDsl.DynamicAction[T]): CoreDsl.Quoted[T]

    Permalink
  31. implicit def toQuoted[T](q: CoreDsl.DynamicEntityQuery[T]): CoreDsl.Quoted[EntityQuery[T]]

    Permalink
  32. implicit def toQuoted[T](q: CoreDsl.DynamicQuery[T]): CoreDsl.Quoted[Query[T]]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped