Enumeration OperatorEnum

  • exact - exact
  • iexact - iexact
  • contains - contains
  • icontains - icontains
  • in - in
  • gt - gt
  • gte - gte
  • lt - lt
  • lte - lte
  • startswith - startswith
  • istartswith - istartswith
  • endswith - endswith
  • iendswith - iendswith
  • range - range
  • date - date
  • year - year
  • iso_year - iso_year
  • month - month
  • day - day
  • week - week
  • week_day - week_day
  • iso_week_day - iso_week_day
  • quarter - quarter
  • time - time
  • hour - hour
  • minute - minute
  • second - second
  • isnull - isnull
  • regex - regex
  • iregex - iregex

Enumeration Members

CONTAINS: "contains"
DATE: "date"
DAY: "day"
ENDSWITH: "endswith"
EXACT: "exact"
GT: "gt"
GTE: "gte"
HOUR: "hour"
ICONTAINS: "icontains"
IENDSWITH: "iendswith"
IEXACT: "iexact"
IN: "in"
IREGEX: "iregex"
ISNULL: "isnull"
ISO_WEEK_DAY: "iso_week_day"
ISO_YEAR: "iso_year"
ISTARTSWITH: "istartswith"
LT: "lt"
LTE: "lte"
MINUTE: "minute"
MONTH: "month"
QUARTER: "quarter"
RANGE: "range"
REGEX: "regex"
SECOND: "second"
STARTSWITH: "startswith"
TIME: "time"
WEEK: "week"
WEEK_DAY: "week_day"
YEAR: "year"