Class

org.tresql

Macros

Related Doc: package tresql

Permalink

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()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !~~(b: QueryBuilder, lop: Expr, rop: Expr): BinExpr

    Permalink
  3. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def _delete_children(b: ORT, objName: ConstExpr, tableName: ConstExpr, deleteExpr: Expr): DeleteChildrenExpr

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

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

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

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

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

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
  21. def if_defined(b: QueryBuilder, v: VarExpr, e: Expr): Expr

    Permalink
  22. def if_missing(b: QueryBuilder, v: VarExpr, e: Expr): Expr

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

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

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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