Definition at line 2039 of file SMP.Enumerations.h.
◆ Enum
Enumerator |
---|
TI_QUERY_OP_None | 0 | None. The query parameter is not included in the query search condition.
|
TI_QUERY_OP_LT | 1 | The query parameter is included in the query search condition using the Less Than operator.
|
TI_QUERY_OP_LTE | 2 | The query parameter is included in the query search condition using the Less Than Equal operator.
|
TI_QUERY_OP_GT | 3 | The query parameter is included in the query search condition using the Greater Than operator.
|
TI_QUERY_OP_GTE | 4 | The query parameter is included in the query search condition using the Greater Than Equal operator.
|
TI_QUERY_OP_EQ | 5 | The query parameter is included in the query search condition using the Equal operator.
|
TI_QUERY_OP_LIKE | 6 | Like The query parameter is included in the query search condition using the Like operator. Valid for STRING parameters only.
|
Definition at line 2041 of file SMP.Enumerations.h.
◆ toString()
std::string toString |
( |
Enum | value | ) |
|
|
static |
Provides string presentation.