Represents the mapping of a GraphQL query to an SQL query
- Companion:
- object
- Source:
- SqlMapping.scala
Value members
Concrete methods
Yield a list of Tables one for each of the subobjects of the context type
contained in table.
Yield a list of Tables one for each of the subobjects of the context type
contained in table.
- Source:
- SqlMapping.scala
Yield a Table containing only subojects of the narrowedContext type
Yield a Table containing only subojects of the narrowedContext type
- Source:
- SqlMapping.scala
Does table contain subobjects of the type of the narrowedContext type
Does table contain subobjects of the type of the narrowedContext type
- Source:
- SqlMapping.scala
Return the value of the field fieldName in context from table
Return the value of the field fieldName in context from table
- Source:
- SqlMapping.scala
Concrete fields
The query rendered as a Fragment with all table and column aliases applied
The query rendered as a Fragment with all table and column aliases applied
- Source:
- SqlMapping.scala