sealed case class Union[Repr, Out](left: Aux[Repr, Out], right: Aux[Repr, Out], distinct: Boolean) extends (SelectModule.this)#Read[Out] with Product with Serializable
- Self Type
- Union[Repr, Out]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Union
- Serializable
- Serializable
- Product
- Equals
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asTable(name: (SelectModule.this)#TableName): DerivedTable[(left)#ColumnsOut, Out, Union[Repr, Out] { type ColumnsOut = Union.this.ColumnsOut }, (left)#TableSource]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def columns(name: (SelectModule.this)#TableName): ColumnsOut
- val distinct: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: Aux[Repr, Out]
-
def
map[Out2](f: (Out) ⇒ Out2): Aux[ResultType, Out2]
Maps the Read query's output to another type by providing a function that can transform from the current type to the new type.
- val mapper: (ResultType) ⇒ Out
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val right: Aux[Repr, Out]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to[Target](f: (Out) ⇒ Target): (SelectModule.this)#Read[Target]
- Definition Classes
- Read
-
def
union[Out1 >: Out](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
-
def
unionAll[Out1 >: Out](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()