Instance Constructors
-
new
ResExpr
(nr: Int, col: Any)
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
-
def
apply
(): Any
-
def
apply
(params: Map[String, Any]): Any
-
def
apply
(params: Seq[Any]): Any
-
def
asInstanceOf
[T0]
: T0
-
var
binded
: Boolean
-
-
def
clone
(): AnyRef
-
def
close
: Unit
-
val
col
: Any
-
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
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
nr
: Int
-
def
select
(params: Map[String, Any]): Result
-
def
select
(params: Any*): Result
-
def
sql
: String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
|
(e: Expr): Any
Inherited from Ordered[Expr]
Inherited from Comparable[Expr]
Inherited from () ⇒ Any
Inherited from AnyRef
Inherited from Any