#include <QtSql/QtSql>#include <iostream>#include <memory>#include "ocilib/ocilib.h"


Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | QOpenOCCIException |
| class | QOpenOCCICache |
| class | QOpenOCCIBindElement |
| class | QOpenOCCIBindElementI< C > |
| class | QOpenOCCIBindData |
| class | QOpenOCCIMetadata |
| struct | QOpenOCCIMetadata::ColumnMetadata |
| class | QOpenOCCIResult |
| class | QOpenOCCIDriver |
| Main Driver class. More... | |
Defines | |
| #define | DEFAULT_MEMORY_PREFETCH 1048576 |
| #define | DEFAULT_ROWS_PREFETCH 100 |
| #define | QOPEN_OCCI_EXCEPTION(str) (QOpenOCCIException("Error %s[%d]: %s", __FILE__, __LINE__, str)) |
| #define | MAX_ERROR_LEN 1024 |
| #define DEFAULT_MEMORY_PREFETCH 1048576 |
| #define DEFAULT_ROWS_PREFETCH 100 |
| #define MAX_ERROR_LEN 1024 |
| #define QOPEN_OCCI_EXCEPTION | ( | str | ) | (QOpenOCCIException("Error %s[%d]: %s", __FILE__, __LINE__, str)) |
Definition at line 40 of file QOpenOCCI.h.
Referenced by QOpenOCCIResult::bind(), QOpenOCCIDriver::createResult(), QOpenOCCIResult::exec(), QOpenOCCIDriver::open(), and QOpenOCCIDriver::QOpenOCCIDriver().
1.5.3