#include <dcl/Config.h>
#include <sqlhdr.h>
#include <sqliapi.h>
#include <sqlstype.h>
#include <pthread.h>
#include <ctype.h>
#include <string.h>
#include <dcl/Object.h>
#include <dcl/Numeric.h>
#include <dcl/Regex.h>
#include <dcl/Thread.h>
#include <dcl/SQLCore.h>
#include "IFXConnection.h"
#include "IFXQuery.h"
#include "IFXField.h"
Go to the source code of this file.
◆ StmtType
| Enumerator |
|---|
| StmtOther | |
| StmtTransBegin | |
| StmtTransEnd | |
| StmtDatabase | |
Definition at line 209 of file IFXConnection.cpp.
◆ IMPLEMENT_CLASSINFO()