class Macros extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Macros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Macros()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def !~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _delete_children(b: ORT, objName: ConstExpr, tableName: ConstExpr, deleteExpr: Expr): DeleteChildrenExpr
- def _id_ref_id(b: ORT, idRef: IdentExpr, id: IdentExpr): IdRefIdExpr
- def _insert_or_update(b: ORT, table: ConstExpr, insertExpr: Expr, updateExpr: Expr): InsertOrUpdateExpr
- def _lookup_edit(b: ORT, objName: ConstExpr, idName: ConstExpr, insertExpr: Expr, updateExpr: Expr): LookupEditExpr
- def _not_delete_ids(b: ORT, idsExpr: Expr): NotDeleteIdsExpr
- def _upsert(b: ORT, updateExpr: Expr, insertExpr: Expr): UpsertExpr
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def if_all_defined(b: QueryBuilder, e: Expr*): Expr
- def if_all_missing(b: QueryBuilder, e: Expr*): Expr
- def if_any_defined(b: QueryBuilder, e: Expr*): Expr
- def if_any_missing(b: QueryBuilder, e: Expr*): Expr
- def if_defined(b: QueryBuilder, v: VarExpr, e: Expr): Expr
- def if_missing(b: QueryBuilder, v: VarExpr, e: Expr): Expr
-
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 sql(b: QueryBuilder, const: ConstExpr): SQLExpr
- def sql_concat(b: QueryBuilder, exprs: Expr*): SQLConcatExpr
-
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
- @native() @throws( ... )
- def ~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr