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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macros()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr

  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def _delete_children(b: ORT, objName: ConstExpr, tableName: ConstExpr, deleteExpr: Expr): DeleteChildrenExpr

  8. def _id_ref_id(b: ORT, idRef: IdentExpr, id: IdentExpr): IdRefIdExpr

  9. def _insert_or_update(b: ORT, table: ConstExpr, insertExpr: Expr, updateExpr: Expr): InsertOrUpdateExpr

  10. def _lookup_edit(b: ORT, objName: ConstExpr, idName: ConstExpr, insertExpr: Expr, updateExpr: Expr): LookupEditExpr

  11. def _not_delete_ids(b: ORT, idsExpr: Expr): NotDeleteIdsExpr

  12. def _upsert(b: ORT, updateExpr: Expr, insertExpr: Expr): UpsertExpr

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def if_all_defined(b: QueryBuilder, e: Expr*): Expr

  20. def if_all_missing(b: QueryBuilder, e: Expr*): Expr

  21. def if_any_defined(b: QueryBuilder, e: Expr*): Expr

  22. def if_any_missing(b: QueryBuilder, e: Expr*): Expr

  23. def if_defined(b: QueryBuilder, v: Expr, e: Expr): Expr

  24. def if_defined_or_else(b: QueryBuilder, v: Expr, e1: Expr, e2: Expr): Expr

  25. def if_missing(b: QueryBuilder, v: Expr, e: Expr): Expr

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def sql(b: QueryBuilder, const: ConstExpr): SQLExpr

  31. def sql_concat(b: QueryBuilder, exprs: Expr*): SQLConcatExpr

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def ~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped