scalasql.query.JoinAppend
See theJoinAppend companion object
Typeclass to allow .join
to append tuples, such that Query[(A, B)].join(Query[C])
returns a flat Query[(A, B, C)]
rather than a nested Query[((A, B), B)]
. Can't eliminate nesting in all cases, but eliminates nesting often enough to be useful
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article