#include "OW_config.h"
#include "OW_Types.hpp"
#include "OW_String.hpp"
#include "OW_Exception.hpp"
Include dependency graph for OW_WQLOperand.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::WQLOperand |
Used to represent SQL where clause operands. More... | |
Enumerations | |
enum | OW_NAMESPACE::WQLIntegerValueTag { OW_NAMESPACE::WQL_INTEGER_VALUE_TAG } |
Tag used to force invocation of the integer value form of the WQLOperand Constructor. More... | |
enum | OW_NAMESPACE::WQLDoubleValueTag { OW_NAMESPACE::WQL_DOUBLE_VALUE_TAG } |
Tag used to force invocation of the double value form of the WQLOperand Constructor. More... | |
enum | OW_NAMESPACE::WQLBoolValueTag { OW_NAMESPACE::WQL_BOOLEAN_VALUE_TAG } |
Tag used to force invocation of the boolean value form of the WQLOperand Constructor. More... | |
enum | OW_NAMESPACE::WQLStringValueTag { OW_NAMESPACE::WQL_STRING_VALUE_TAG } |
Tag used to force invocation of the string value form of the WQLOperand Constructor. More... | |
enum | OW_NAMESPACE::WQLPropertyNameTag { OW_NAMESPACE::WQL_PROPERTY_NAME_TAG } |
Tag used to force invocation of the property name form of the WQLOperand Constructor. More... | |
Functions | |
bool | OW_NAMESPACE::operator== (const WQLOperand &x, const WQLOperand &y) |