#include "connection.h"
#include "iopccommon/defsPlatform.h"
#include "cursorImpl.h"
#include "iopcmeta/type.h"
#include "iopcmeta/enhancedTypeBase.h"
#include "iopcmeta/enhancedString.h"
#include <string>
#include <map>
Namespaces | |
namespace | iopc |
Classes | |
class | iopc::Parameter |
A parameter that cen be passed to a cursor. More... | |
class | iopc::SimpleTypeParameter |
A Parameter implementation for basic C++ numeric and string types. More... | |
class | iopc::EnhancedTypeParameter |
A Parameter implementation for all Enhanced data types. More... | |
class | iopc::NullParameter |
A Parameter implementation representing a NULL INput parameter. More... | |
class | iopc::Cursor |
Executes SQL statements and fetches the results. More... |