sbStandardOperators.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SB_OPERATOR_EQUALS   "="
 
#define SB_OPERATOR_NOTEQUALS   "!="
 
#define SB_OPERATOR_GREATER   ">"
 
#define SB_OPERATOR_GREATEREQUAL   ">="
 
#define SB_OPERATOR_LESS   "<"
 
#define SB_OPERATOR_LESSEQUAL   "<="
 
#define SB_OPERATOR_CONTAINS   "%?%"
 
#define SB_OPERATOR_NOTCONTAINS   "!%?%"
 
#define SB_OPERATOR_BEGINSWITH   "?%"
 
#define SB_OPERATOR_NOTBEGINSWITH   "!?%"
 
#define SB_OPERATOR_ENDSWITH   "%?"
 
#define SB_OPERATOR_NOTENDSWITH   "!%?"
 
#define SB_OPERATOR_BETWEEN   "^"
 
#define SB_OPERATOR_ISSET   "$"
 
#define SB_OPERATOR_ISNOTSET   "!$"
 
#define SB_OPERATOR_ISTRUE   "1"
 
#define SB_OPERATOR_ISFALSE   "0"
 
#define SB_OPERATOR_INTHELAST   "|>"
 
#define SB_OPERATOR_NOTINTHELAST   "<|"
 
#define SB_OPERATOR_ONDATE   "#="
 
#define SB_OPERATOR_NOTONDATE   "#!="
 
#define SB_OPERATOR_AFTERDATE   "#>"
 
#define SB_OPERATOR_AFTERORONDATE   "#>="
 
#define SB_OPERATOR_BEFOREDATE   "#<"
 
#define SB_OPERATOR_BEFOREORONDATE   "#<="
 
#define SB_OPERATOR_BETWEENDATES   "#^"
 

Macro Definition Documentation

#define SB_OPERATOR_AFTERDATE   "#>"

Definition at line 51 of file sbStandardOperators.h.

#define SB_OPERATOR_AFTERORONDATE   "#>="

Definition at line 52 of file sbStandardOperators.h.

#define SB_OPERATOR_BEFOREDATE   "#<"

Definition at line 53 of file sbStandardOperators.h.

#define SB_OPERATOR_BEFOREORONDATE   "#<="

Definition at line 54 of file sbStandardOperators.h.

#define SB_OPERATOR_BEGINSWITH   "?%"

Definition at line 38 of file sbStandardOperators.h.

#define SB_OPERATOR_BETWEEN   "^"

Definition at line 42 of file sbStandardOperators.h.

#define SB_OPERATOR_BETWEENDATES   "#^"

Definition at line 55 of file sbStandardOperators.h.

#define SB_OPERATOR_CONTAINS   "%?%"

Definition at line 36 of file sbStandardOperators.h.

#define SB_OPERATOR_ENDSWITH   "%?"

Definition at line 40 of file sbStandardOperators.h.

#define SB_OPERATOR_EQUALS   "="

Definition at line 30 of file sbStandardOperators.h.

#define SB_OPERATOR_GREATER   ">"

Definition at line 32 of file sbStandardOperators.h.

#define SB_OPERATOR_GREATEREQUAL   ">="

Definition at line 33 of file sbStandardOperators.h.

#define SB_OPERATOR_INTHELAST   "|>"

Definition at line 47 of file sbStandardOperators.h.

#define SB_OPERATOR_ISFALSE   "0"

Definition at line 46 of file sbStandardOperators.h.

#define SB_OPERATOR_ISNOTSET   "!$"

Definition at line 44 of file sbStandardOperators.h.

#define SB_OPERATOR_ISSET   "$"

Definition at line 43 of file sbStandardOperators.h.

#define SB_OPERATOR_ISTRUE   "1"

Definition at line 45 of file sbStandardOperators.h.

#define SB_OPERATOR_LESS   "<"

Definition at line 34 of file sbStandardOperators.h.

#define SB_OPERATOR_LESSEQUAL   "<="

Definition at line 35 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTBEGINSWITH   "!?%"

Definition at line 39 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTCONTAINS   "!%?%"

Definition at line 37 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTENDSWITH   "!%?"

Definition at line 41 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTEQUALS   "!="

Definition at line 31 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTINTHELAST   "<|"

Definition at line 48 of file sbStandardOperators.h.

#define SB_OPERATOR_NOTONDATE   "#!="

Definition at line 50 of file sbStandardOperators.h.

#define SB_OPERATOR_ONDATE   "#="

Definition at line 49 of file sbStandardOperators.h.