Options
All
  • Public
  • Public/Protected
  • All
Menu

Module core/Predicate

Index

Functions

  • between(field: string, from: any, to: any): Predicate
  • greaterEqual(field: string, value: any): Predicate
  • greaterThan(field: string, value: any): Predicate
  • ilike(field: string, expr: string): Predicate
  • inPredicate(field: string, ...values: any[]): Predicate
  • lessEqual(field: string, value: any): Predicate
  • lessThan(field: string, value: any): Predicate
  • notEqual(field: string, value: any): Predicate

Generated using TypeDoc