object Read
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Aux[ResultType0, Out] = (SelectModule.this)#Read[Out] { type ResultType = ResultType0 }
- sealed trait ExprSet[-Source] extends AnyRef
- sealed case class Literal[B](values: Iterable[B])(implicit evidence$1: (SelectModule.this)#TypeTag[B]) extends (SelectModule.this)#Read[B] with Product with Serializable
- sealed case class Mapped[Repr, Out, Out2](read: Aux[Repr, Out], f: (Out) ⇒ Out2) extends (SelectModule.this)#Read[Out2] with Product with Serializable
- type Select[F, Repr, Source, Head, Tail <: (SelectModule.this)#SelectionSet[Source]] = Subselect[F, Repr, Source, Source, Head, Tail]
- sealed case class Subselect[F, Repr, Source, Subsource, Head, Tail <: (SelectModule.this)#SelectionSet[Source]](selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]], table: Option[TableModule.Table.Aux[Subsource]], whereExpr: (SelectModule.this)#Expr[_, Source, Boolean], groupByExprs: ExprSet[Source] = ExprSet.NoExpr, havingExpr: (SelectModule.this)#Expr[_, Source, Boolean] = true, orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]] = Nil, offset: Option[Long] = None, limit: Option[Long] = None) extends (SelectModule.this)#Read[Repr] with Product with Serializable
- 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
- type WithReprs[+Out, Reprs] = (SelectModule.this)#Read[Out] { type ColumnsOut = Reprs }
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- implicit def seqToLiteral[B](values: Seq[B])(implicit typeTag: (SelectModule.this)#TypeTag[B]): (SelectModule.this)#Read[B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
- object ExprSet
- object Subselect extends Serializable