- Companion:
- class
- Source:
- SqlMapping.scala
Type members
Classlikes
Representation of an SQL SELECT
Representation of an SQL SELECT
- Companion:
- object
- Source:
- SqlMapping.scala
Representation of a UNION ALL of SQL SELECTs
Representation of a UNION ALL of SQL SELECTs
- Companion:
- object
- Source:
- SqlMapping.scala
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Value members
Concrete methods
Combine the given queries as a single SQL query
Combine the given queries as a single SQL query
- Source:
- SqlMapping.scala
Contextualise all terms in the given OrderSelection to the given context and owner
Contextualise all terms in the given OrderSelection to the given context and owner
- Source:
- SqlMapping.scala
Yield a copy of the given Term with all referenced SqlColumns relativised to the given
context and owned by by the given owner
Yield a copy of the given Term with all referenced SqlColumns relativised to the given
context and owned by by the given owner
- Source:
- SqlMapping.scala
Contextualise all terms in the given Predicate to the given context and owner
Contextualise all terms in the given Predicate to the given context and owner
- Source:
- SqlMapping.scala
Render the given OrderSelections as a Fragment
Render the given OrderSelections as a Fragment
- Source:
- SqlMapping.scala
Yields a copy of the given OrderSelection with all occurences of from replaced by to
Yields a copy of the given OrderSelection with all occurences of from replaced by to
- Source:
- SqlMapping.scala
Yields a copy of the given Predicate with all occurences of from replaced by to
Yields a copy of the given Predicate with all occurences of from replaced by to
- Source:
- SqlMapping.scala
Compute the set of columns referred to by the given prediate
Compute the set of columns referred to by the given prediate
- Source:
- SqlMapping.scala
Compute the set of paths traversed by the given prediate
Compute the set of paths traversed by the given prediate
- Source:
- SqlMapping.scala
Render the given Predicates as a where clause Fragment
Render the given Predicates as a where clause Fragment
- Source:
- SqlMapping.scala