UnionSelect
class UnionSelect[T <: Tuple, AliasNames <: Tuple](val left: SelectQuery[_, _], val operator: SqlUnionType, val right: SelectQuery[_, _]) extends SelectQuery[T, AliasNames]
Value members
Concrete methods
Inherited methods
transparent inline def selectDynamic(inline name: String): ColumnExpr[FindTypeByName[Zip[T, AliasNames], Size[T] - 1, name.type] & SqlDataType]
- Inherited from:
- SelectQuery