Instance Constructors
-
new
ColExpr
(col: Expr, alias: String, typ: String, sepQuery: Boolean, hidden: Boolean)
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
alias
: String
-
def
apply
(params: Map[String, Any]): Any
-
def
apply
(params: Seq[Any]): Any
-
def
apply
(): Any
-
def
asInstanceOf
[T0]
: T0
-
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
close
: Unit
-
val
col
: Expr
-
def
compare
(that: Expr): Int
-
def
compareTo
(that: Expr): Int
-
def
defaultSQL
: String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exprType
: Class[_]
-
def
finalize
(): Unit
-
def
foreach
(params: Any*)(f: (RowLike) ⇒ Unit = (row) => ()): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
hidden
: Boolean
-
def
in
(inList: List[Expr]): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notIn
(inList: List[Expr]): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
select
(params: Map[String, Any]): Result
-
def
select
(params: Any*): Result
-
val
sepQuery
: Boolean
-
val
separateQuery
: Boolean
-
def
sql
: String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
val
typ
: String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
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