DCL 4.0
Loading...
Searching...
No Matches
IFXConnection.cpp File Reference
#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.

Classes

struct  STMT_PATTERN

Enumerations

enum  StmtType { StmtOther , StmtTransBegin , StmtTransEnd , StmtDatabase }

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (IFXConnection, SQL::Connection) static volatile long __connectionID__=0

Enumeration Type Documentation

◆ StmtType

enum StmtType
Enumerator
StmtOther 
StmtTransBegin 
StmtTransEnd 
StmtDatabase 

Definition at line 209 of file IFXConnection.cpp.

209 {
210 StmtOther,
214};
@ StmtTransEnd
@ StmtOther
@ StmtTransBegin
@ StmtDatabase

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( IFXConnection ,
SQL::Connection  ) volatile
pure virtual