Defines the set of comparison operators that may be used for constructing queries.
More...
|
WASTORAGE_API static const utility::string_t | equal |
| Represents the Equal operator. More...
|
|
WASTORAGE_API static const utility::string_t | not_equal |
| Represents the Not Equal operator. More...
|
|
WASTORAGE_API static const utility::string_t | greater_than |
| Represents the Greater Than operator. More...
|
|
WASTORAGE_API static const utility::string_t | greater_than_or_equal |
| Represents the Greater Than or Equal operator. More...
|
|
WASTORAGE_API static const utility::string_t | less_than |
| Represents the Less Than operator. More...
|
|
WASTORAGE_API static const utility::string_t | less_than_or_equal |
| Represents the Less Than or Equal operator. More...
|
|
Defines the set of comparison operators that may be used for constructing queries.