class TresqlComparisonMacros extends QuereaseMacros
Ordering
- Alphabetic
- By Inheritance
Inherited
- TresqlComparisonMacros
- QuereaseMacros
- Macros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TresqlComparisonMacros()
Value Members
- def !%~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !%~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !%~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !%~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !%~~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !%~~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def !~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
def
!~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- Definition Classes
- Macros
- def !~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !~~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def !~~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def %~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def %~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def %~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def %~~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def %~~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
_delete_children(b: ORT, objName: ConstExpr, tableName: ConstExpr, deleteExpr: Expr): DeleteChildrenExpr
- Definition Classes
- Macros
-
def
_id_ref_id(b: ORT, idRef: IdentExpr, id: IdentExpr): IdRefIdExpr
- Definition Classes
- Macros
-
def
_insert_or_update(b: ORT, table: ConstExpr, insertExpr: Expr, updateExpr: Expr): InsertOrUpdateExpr
- Definition Classes
- Macros
-
def
_lookup_edit(b: ORT, objName: ConstExpr, idName: ConstExpr, insertExpr: Expr, updateExpr: Expr): LookupEditExpr
- Definition Classes
- Macros
-
def
_not_delete_ids(b: ORT, idsExpr: Expr): NotDeleteIdsExpr
- Definition Classes
- Macros
-
def
_upsert(b: ORT, updateExpr: Expr, insertExpr: Expr): UpsertExpr
- Definition Classes
- Macros
-
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()
- val hasNonAscii: Regex
- val hasUpper: Regex
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
if_all_defined(b: QueryBuilder, e: Expr*): Expr
- Definition Classes
- Macros
-
def
if_all_missing(b: QueryBuilder, e: Expr*): Expr
- Definition Classes
- Macros
-
def
if_any_defined(b: QueryBuilder, e: Expr*): Expr
- Definition Classes
- Macros
-
def
if_any_missing(b: QueryBuilder, e: Expr*): Expr
- Definition Classes
- Macros
-
def
if_defined(b: QueryBuilder, v: Expr, e: Expr): Expr
- Definition Classes
- Macros
-
def
if_defined_or_else(b: QueryBuilder, v: Expr, e1: Expr, e2: Expr): Expr
- Definition Classes
- Macros
-
def
if_missing(b: QueryBuilder, v: Expr, e: Expr): Expr
- Definition Classes
- Macros
-
def
if_not(implicit p: QueryParsers, bool: Exp, exprThen: Exp): Exp
- Definition Classes
- QuereaseMacros
-
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()
-
def
shouldIgnoreCase(s: String): Boolean
- Attributes
- protected
-
def
shouldUnaccent(s: String): Boolean
- Attributes
- protected
-
def
sql(b: QueryBuilder, const: ConstExpr): SQLExpr
- Definition Classes
- Macros
-
def
sql_concat(b: QueryBuilder, exprs: Expr*): SQLConcatExpr
- Definition Classes
- Macros
-
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()
- def ~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
def
~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- Definition Classes
- Macros
- def ~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def ~~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
- def ~~~%(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr