BuildFromTuple

usql.dao.ColumnPath.BuildFromTuple
See theBuildFromTuple companion trait

Attributes

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

Members list

Type members

Types

type Aux[T, C <: Tuple, R] = BuildFromTuple[T] { type CombinedType = C; type Root = R; }

Givens

Givens

given buildFromEmptyTuple[R]: Aux[EmptyTuple, EmptyTuple, R]
given buildFromIteration[H, T <: Tuple, R, TC <: Tuple](using tailBuild: Aux[T, TC, R]): Aux[ColumnPath[R, H] *: T, H *: TC, R]