TupleColumnPath

usql.dao.TupleColumnPath
See theTupleColumnPath companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Empty[R]() extends TupleColumnPath[R, EmptyTuple]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TupleColumnPath[R, EmptyTuple]
trait ColumnPath[R, EmptyTuple]
trait Rep[EmptyTuple]
trait Selectable
class Object
trait Matchable
class Any
Show all
case class Rec[R, H, T <: Tuple](head: ColumnPath[R, H], tail: TupleColumnPath[R, T]) extends TupleColumnPath[R, H *: T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TupleColumnPath[R, H *: T]
trait ColumnPath[R, H *: T]
trait Rep[H *: T]
trait Selectable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror