io.getquill.DynamicQuery
See theDynamicQuery companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DynamicEntityQuery[T]
Members list
Value members
Concrete methods
def copy(ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase]): Quoted[Nothing]
Implicitly added by toQuoted
def filterOpt[O](opt: Option[O])(f: (Quoted[T], Quoted[O]) => Quoted[Boolean])(implicit enc: GenericEncoder[O, _, _]): DynamicQuery[T]
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Concrete fields
Implicitly added by toQuoted
In this article