MappedQuery

grackle.sql.SqlMappingLike.MappedQuery
See theMappedQuery companion trait
object MappedQuery

Attributes

Companion
trait
Source
SqlMapping.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object EmptyMappedQuery extends MappedQuery

MappedQuery implementation for a trivial SQL query

MappedQuery implementation for a trivial SQL query

Attributes

Source
SqlMapping.scala
Supertypes
trait MappedQuery
class Object
trait Matchable
class Any
Self type
final class NonEmptyMappedQuery(query: SqlQuery) extends MappedQuery

MappedQuery implementation for a non-trivial SQL query

MappedQuery implementation for a non-trivial SQL query

Attributes

Source
SqlMapping.scala
Supertypes
trait MappedQuery
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(q: Query, context: Context): Result[MappedQuery]

Compile the given GraphQL query to SQL in the given Context

Compile the given GraphQL query to SQL in the given Context

Attributes

Source
SqlMapping.scala