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