Instance Constructors
-
new
SelectExpr
(tables: List[Table], filter: List[Expr], cols: List[ColExpr], distinct: Boolean, group: Expr, order: List[Expr], offset: Expr, limit: Expr, aliases: Map[String, Table])
Type Members
-
type
Number
= BigDecimal
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
&
(e: Expr): Boolean
-
def
*
(e: Expr): BigDecimal
-
def
+
(e: Expr): Serializable
-
def
-
(e: Expr): BigDecimal
-
def
/
(e: Expr): BigDecimal
-
def
<
(that: Expr): Boolean
-
def
<=
(that: Expr): Boolean
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
>
(that: Expr): Boolean
-
def
>=
(that: Expr): Boolean
-
val
aliases
: Map[String, Table]
-
def
apply
(): Result
-
def
apply
(params: Map[String, Any]): Any
-
def
apply
(params: Seq[Any]): Any
-
def
asInstanceOf
[T0]
: T0
-
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
close
: Unit
-
val
cols
: List[ColExpr]
-
def
compare
(that: Expr): Int
-
def
compareTo
(that: Expr): Int
-
lazy val
defaultSQL
: String
-
val
distinct
: Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exprType
: Class[_]
-
val
filter
: List[Expr]
-
def
finalize
(): Unit
-
def
foreach
(params: Any*)(f: (RowLike) ⇒ Unit = (row) => ()): Unit
-
def
getClass
(): java.lang.Class[_]
-
val
group
: Expr
-
def
hashCode
(): Int
-
def
in
(inList: List[Expr]): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
join
(tables: List[Table]): String
-
val
limit
: Expr
-
def
ne
(arg0: AnyRef): Boolean
-
def
notIn
(inList: List[Expr]): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
offset
: Expr
-
val
order
: List[Expr]
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
val
queryDepth
: Int
-
def
select
(params: Map[String, Any]): Result
-
def
select
(params: Any*): Result
-
def
sql
: String
-
def
sqlCols
: String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
val
tables
: List[Table]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
where
: String
-
def
|
(e: Expr): Any
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from Ordered[Expr]
Inherited from Comparable[Expr]
Inherited from () ⇒ Any
Inherited from AnyRef
Inherited from Any