c

org.tresql

Macros

class Macros extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Macros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macros()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def _delete_children(b: ORT, objName: ConstExpr, tableName: ConstExpr, deleteExpr: Expr): DeleteChildrenExpr
  6. def _id_ref_id(b: ORT, idRef: IdentExpr, id: IdentExpr): IdRefIdExpr
  7. def _insert_or_update(b: ORT, table: ConstExpr, insertExpr: Expr, updateExpr: Expr): InsertOrUpdateExpr
  8. def _lookup_edit(b: ORT, objName: ConstExpr, idName: ConstExpr, insertExpr: Expr, updateExpr: Expr): LookupEditExpr
  9. def _not_delete_ids(b: ORT, idsExpr: Expr): NotDeleteIdsExpr
  10. def _upsert(b: ORT, updateExpr: Expr, insertExpr: Expr): UpsertExpr
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def if_all_defined(b: QueryBuilder, e: Expr*): Expr
  19. def if_all_missing(b: QueryBuilder, e: Expr*): Expr
  20. def if_any_defined(b: QueryBuilder, e: Expr*): Expr
  21. def if_any_missing(b: QueryBuilder, e: Expr*): Expr
  22. def if_defined(b: QueryBuilder, v: VarExpr, e: Expr): Expr
  23. def if_missing(b: QueryBuilder, v: VarExpr, e: Expr): Expr
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def sql(b: QueryBuilder, const: ConstExpr): SQLExpr
  29. def sql_concat(b: QueryBuilder, exprs: Expr*): SQLConcatExpr
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def ~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr

Inherited from AnyRef

Inherited from Any

Ungrouped