Files | |
file | basicConnection.cpp |
file | basicConnection.h |
file | basicDatabase.cpp |
file | basicDatabase.h |
file | connection.h |
file | connectionImpl.h |
file | cursor.h |
file | cursorImpl.h |
file | database.h |
file | databaseImpl.h |
file | dbFeature.h |
file | driver.cpp |
file | driver.h |
file | driverExtension.cpp |
file | driverExtension.h |
file | driverManager.cpp |
file | driverManager.h |
file | iopcDb.cpp |
file | iopcDb.h |
file | iopcDbHeaders.h |
Includes important header files for the iopcdb configuration. | |
file | sqlStatementsFeature.h |
file | typeMappingFeature.h |
Classes | |
class | iopc::BasicConnection |
The driver-independent part of the Connection implementation. More... | |
class | iopc::BasicDatabase |
The driver-independent part of the Database implementation. More... | |
class | iopc::Connection |
Represents a connection to a SQL database. More... | |
class | iopc::ConnectionImpl |
Interface of driver-side part of the Connection class implementation. More... | |
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... | |
class | iopc::CursorImpl |
Interface of driver-side part of the Cursor class implementation. More... | |
class | iopc::Database |
Represents a database instance. More... | |
class | iopc::DatabaseImpl |
Interface of driver-side part of the Database class implementation. More... | |
class | iopc::DbFeature |
Base class of all driver features. More... | |
class | iopc::Driver |
The Driver class is an entry point to a database driver in the IOPC library. More... | |
class | iopc::DriverExtension |
Base class of all driver extensions. More... | |
class | iopc::DriverManager |
A singleton class managing set of IOPC database drivers. More... | |
class | iopc::IopcDb |
iopcdb library/configuration initialization class More... | |
class | iopc::SqlStatementsFeature |
Declares methods that are used to generate basic SQL statements. More... | |
class | iopc::TypeMappingFeature |
Declares methods that are used to translate C++ data types to SQL data types. More... |