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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MappedQuery
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MappedQuery(table: String, columns: List[ColumnRef], gets: List[(Boolean, (doobie.Get[_], NullabilityKnown))], predicates: List[(ColumnRef, Predicate)], joins: List[Join], mapping: DoobieMapping)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def columnOfAttribute(tpe: Type, attrName: String): ColumnRef
- def columnOfField(tpe: Type, fieldName: String): ColumnRef
- val columns: List[ColumnRef]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fetch: doobie.ConnectionIO[Table]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- lazy val fragment: doobie.Fragment
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gets: List[(Boolean, (doobie.Get[_], NullabilityKnown))]
- def group(table: Table, tpe: Type): List[Table]
- def group(table: Table, cols: List[ColumnRef]): List[Table]
- def hasAttribute(tpe: Type, attrName: String): Boolean
- def hasField(tpe: Type, fieldName: String): Boolean
- def hasSubobject(tpe: Type): Boolean
- def index(col: ColumnRef): Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val joins: List[Join]
- val mapping: DoobieMapping
- def mkColEquality[T](col: ColumnRef, value: T): doobie.Fragment
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val predicates: List[(ColumnRef, Predicate)]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def project(row: Row, cols: List[ColumnRef]): Row
- def rootCursorType(rootType: Type): Type
- def select(row: Row, col: ColumnRef): Any
- def selectAttribute(row: Row, tpe: Type, attrName: String): Any
- def selectField(row: Row, tpe: Type, fieldName: String): Any
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: String
- def toString(): String
- Definition Classes
- MappedQuery → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()