usql.dao.TupleColumnPath
See theTupleColumnPath companion trait
object TupleColumnPath
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TupleColumnPath.type
Members list
Type members
Classlikes
case class Empty[R]() extends TupleColumnPath[R, EmptyTuple]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Rep[EmptyTuple]trait SqlColumnIdentifyingtrait Selectableclass Objecttrait Matchableclass AnyShow all
case class Rec[R, H, T <: Tuple](head: ColumnPath[R, H], tail: TupleColumnPath[R, T]) extends TupleColumnPath[R, H *: T]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlColumnIdentifyingtrait Selectableclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article