Packages

case class MappedQuery(table: String, columns: List[ColumnRef], gets: List[(Boolean, (doobie.Get[_], NullabilityKnown))], predicates: List[(ColumnRef, Predicate)], joins: List[Join], mapping: DoobieMapping) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedQuery
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MappedQuery(table: String, columns: List[ColumnRef], gets: List[(Boolean, (doobie.Get[_], NullabilityKnown))], predicates: List[(ColumnRef, Predicate)], joins: List[Join], mapping: DoobieMapping)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def columnOfAttribute(tpe: Type, attrName: String): ColumnRef
  7. def columnOfField(tpe: Type, fieldName: String): ColumnRef
  8. val columns: List[ColumnRef]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def fetch: doobie.ConnectionIO[Table]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. lazy val fragment: doobie.Fragment
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val gets: List[(Boolean, (doobie.Get[_], NullabilityKnown))]
  15. def group(table: Table, tpe: Type): List[Table]
  16. def group(table: Table, cols: List[ColumnRef]): List[Table]
  17. def hasAttribute(tpe: Type, attrName: String): Boolean
  18. def hasField(tpe: Type, fieldName: String): Boolean
  19. def hasSubobject(tpe: Type): Boolean
  20. def index(col: ColumnRef): Int
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val joins: List[Join]
  23. val mapping: DoobieMapping
  24. def mkColEquality[T](col: ColumnRef, value: T): doobie.Fragment
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val predicates: List[(ColumnRef, Predicate)]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def project(row: Row, cols: List[ColumnRef]): Row
  31. def rootCursorType(rootType: Type): Type
  32. def select(row: Row, col: ColumnRef): Any
  33. def selectAttribute(row: Row, tpe: Type, attrName: String): Any
  34. def selectField(row: Row, tpe: Type, fieldName: String): Any
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val table: String
  37. def toString(): String
    Definition Classes
    MappedQuery → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped