sealed abstract class Expr extends () ⇒ Any with Ordered[Expr]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expr
- Ordered
- Comparable
- Function0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Number = BigDecimal
Abstract Value Members
- abstract def builder: QueryBuilder
- abstract def defaultSQL: String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def &(e: Expr): Boolean
- def *(e: Expr): BigDecimal
- def +(e: Expr): Comparable[_ >: BigDecimal with String <: Comparable[_ >: BigDecimal with String <: Serializable] with Serializable] with Serializable
- def -(e: Expr): BigDecimal
- def /(e: Expr): BigDecimal
-
def
<(that: Expr): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Expr): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: Expr): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Expr): Boolean
- Definition Classes
- Ordered
- def apply(params: Map[String, Any]): Any
- def apply(params: Seq[Any]): Any
-
def
apply(): Any
- Definition Classes
- Expr → Function0
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def close: Unit
-
def
compare(that: Expr): Int
- Definition Classes
- Expr → Ordered
-
def
compareTo(that: Expr): Int
- Definition Classes
- Ordered → Comparable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exprType: Class[_]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def in(inList: List[Expr]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notIn(inList: List[Expr]): Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def sql: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Expr → Function0 → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def |(e: Expr): Boolean