MappedQuery

edu.gemini.grackle.sql.SqlMappingLike.MappedQuery$
See theMappedQuery companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

MappedQuery implementation for a trivial SQL query

MappedQuery implementation for a trivial SQL query

Attributes

Source:
SqlMapping.scala
Graph
Supertypes
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
Graph
Supertypes
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