#include "Oracle8iOci.h"
#include "lDefs.h"
#include "cCursor.h"
#include <list>
Include dependency graph for Oracle8iCursor.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Oracle8iCursor |
Class that implements "cursor" functions using Oracle 8i OCI - preparing and executing of SQL statements, fetching data from database and so on. More... | |
struct | Oracle8iCursor::IndicatorStruct |
Pair of indicator variable and pointer to bool that should be set according to the indicator variable after execution of appropriate SQL statement. More... |