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_missing_children(b: ORT, objName: ConstExpr, key: ArrExpr, keyValExprs: ArrExpr, deleteExpr: Expr): DeleteMissingChildrenExpr
- def _id_by_key(b: ORT, idExpr: Expr): IdByKeyExpr
- def _id_ref_id(b: ORT, idRef: IdentExpr, id: IdentExpr): IdRefIdExpr
- def _lookup_edit(b: ORT, objName: ConstExpr, idName: ConstExpr, insertExpr: Expr, updateExpr: Expr): LookupEditExpr
- def _not_delete_keys(b: ORT, key: ArrExpr, keyValExprs: ArrExpr): NotDeleteKeysExpr
- def _update_by_key(b: ORT, table: IdentExpr, setIdExpr: Expr, updateExpr: Expr): UpdateByKeyExpr
- def _update_or_insert(b: ORT, table: ConstExpr, updateExpr: Expr, insertExpr: Expr): UpdateOrInsertExpr
- def _upsert(b: ORT, updateExpr: Expr, insertExpr: Expr): UpsertExpr
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dynamic_table(b: QueryBuilder, table_name: VarExpr): Table
Allows to specify table name as bind variable value.
Allows to specify table name as bind variable value. Like
[]dynamic_table(:table)[deptno = 10]{dname} -
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()
-
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: Expr, e: Expr): Expr
- def if_defined_or_else(b: QueryBuilder, v: Expr, e1: Expr, e2: Expr): Expr
- def if_missing(b: QueryBuilder, v: Expr, 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
- @throws( ... ) @native()
- def ~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr