OnixS C++ MTS Cash SDP Handler  1.6.5
API documentation
TI_QUERY_OP Struct Reference

#include <OnixS/MTS/Cash/SDP/SMP.Enumerations.h>

Public Types

enum  Enum {
  TI_QUERY_OP_None = 0, TI_QUERY_OP_LT = 1, TI_QUERY_OP_LTE = 2, TI_QUERY_OP_GT = 3,
  TI_QUERY_OP_GTE = 4, TI_QUERY_OP_EQ = 5, TI_QUERY_OP_LIKE = 6
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 2882 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 2884 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: