_booleanValue | OWBI1::WQLOperand | [private] |
_doubleValue | OWBI1::WQLOperand | [private] |
_integerValue | OWBI1::WQLOperand | [private] |
_string | OWBI1::WQLOperand | [private] |
_type | OWBI1::WQLOperand | [private] |
BOOLEAN_VALUE enum value | OWBI1::WQLOperand | |
DOUBLE_VALUE enum value | OWBI1::WQLOperand | |
getBooleanValue() const | OWBI1::WQLOperand | [inline] |
getDoubleValue() const | OWBI1::WQLOperand | [inline] |
getIntegerValue() const | OWBI1::WQLOperand | [inline] |
getPropertyName() const | OWBI1::WQLOperand | [inline] |
getStringValue() const | OWBI1::WQLOperand | [inline] |
getType() const | OWBI1::WQLOperand | [inline] |
INTEGER_VALUE enum value | OWBI1::WQLOperand | |
NULL_VALUE enum value | OWBI1::WQLOperand | |
PROPERTY_NAME enum value | OWBI1::WQLOperand | |
setBoolValue(bool x) | OWBI1::WQLOperand | [inline] |
setDoubleValue(Real64 x) | OWBI1::WQLOperand | [inline] |
setIntegerValue(Int32 x) | OWBI1::WQLOperand | [inline] |
setPropertyName(const String &x) | OWBI1::WQLOperand | [inline] |
setStringValue(const String &x) | OWBI1::WQLOperand | [inline] |
STRING_VALUE enum value | OWBI1::WQLOperand | |
toString() const | OWBI1::WQLOperand | |
Type enum name | OWBI1::WQLOperand | |
WQLOperand() | OWBI1::WQLOperand | [inline] |
WQLOperand(Int64 x, WQLIntegerValueTag) | OWBI1::WQLOperand | [inline] |
WQLOperand(Real64 x, WQLDoubleValueTag) | OWBI1::WQLOperand | [inline] |
WQLOperand(bool x, WQLBoolValueTag) | OWBI1::WQLOperand | [inline] |
WQLOperand(const String &x, WQLStringValueTag) | OWBI1::WQLOperand | [inline] |
WQLOperand(const String &x, WQLPropertyNameTag) | OWBI1::WQLOperand | [inline] |