OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
TI_QUERY_OP Struct Reference

#include <SMP.Enumerations.h>

Public Types

enum  Enum {
  TI_QUERY_OP_None, TI_QUERY_OP_LT, TI_QUERY_OP_LTE, TI_QUERY_OP_GT,
  TI_QUERY_OP_GTE, TI_QUERY_OP_EQ, TI_QUERY_OP_LIKE
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 4385 of file SMP.Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
TI_QUERY_OP_None 

None. The query parameter is not included in the query search condition.

TI_QUERY_OP_LT 

The query parameter is included in the query search condition using the Less Than operator.

TI_QUERY_OP_LTE 

The query parameter is included in the query search condition using the Less Than Equal operator.

TI_QUERY_OP_GT 

The query parameter is included in the query search condition using the Greater Than operator.

TI_QUERY_OP_GTE 

The query parameter is included in the query search condition using the Greater Than Equal operator.

TI_QUERY_OP_EQ 

The query parameter is included in the query search condition using the Equal operator.

TI_QUERY_OP_LIKE 

Like. The query parameter is included in the query search condition using the Like operator. Valid for STRING parameters only.

Definition at line 4387 of file SMP.Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Provides string presentation.


The documentation for this struct was generated from the following file: