#include "iopcClassObjectImpl.h"
#include "iopcLibCommon.h"
#include "iopcExceptions.h"
#include "iopcPersistentObject.h"
#include "iopcClassObjectContainer.h"
#include "iopcProtoBaseAdaptor.h"
#include "cConnection.h"
#include "cCursor.h"
#include "cObjectBuffer.h"
#include "cResultBase.h"
#include "cComplexQuery.h"
#include <list>
Include dependency graph for iopcClassObjectImpl.cpp:
Defines | |
#define | IS_SEPARATOR(x) |
|
Tests whether given character is "SQL statement separator" or not Used by IopcClassObjectImpl::getWord() when parsing SQL statements. Valid characters are letters, numbers and underscore, all others are "separators" - they can separate identificators in SQL statements. |