final class MappedQuery extends AnyRef
Represents the mapping of a GraphQL query to an SQL query
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MappedQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MappedQuery(query: SqlQuery, aliasedMappings: AliasedMappings)
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
- val aliasedMappings: AliasedMappings
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fetch: F[Table]
Execute this query in
F
- lazy val fragment: SqlMapping.Fragment
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def group(context: Context, table: Table): List[Table]
Yield a list of
Tables
one for each of the subobjects of the context type contained intable
. - def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def index(col: ColumnRef): Int
The index of the given unaliased column in the result set
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def narrow(narrowedContext: Context, table: Table): Table
Yield a
Table
containing only subojects of thenarrowedContext
type - def narrowsTo(narrowedContext: Context, table: Table): Boolean
Does
table
contain subobjects of the type of thenarrowedContext
type - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def selectAtomicField(context: Context, fieldName: String, table: Table): Result[Any]
Return the value of the field
fieldName
incontext
fromtable
- def stripNulls(context: Context, table: Table): Table
Retain only rows of
table
which correspond to complete values of the context type - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated