DCL 4.0
Loading...
Searching...
No Matches
PgConnection.cpp File Reference
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <dcl/Config.h>
#include <pthread.h>
#include <string.h>
#include <sqlda.h>
#include <dcl/Object.h>
#include <dcl/Numeric.h>
#include <dcl/Regex.h>
#include <dcl/Thread.h>
#include <dcl/SQLCore.h>
#include "PgConnection.h"
#include "PgQuery.h"
#include "PgField.h"

Go to the source code of this file.

Classes

struct  STMT_PATTERN

Enumerations

enum  StmtType { StmtOther , StmtTransBegin , StmtTransEnd }

Functions

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

Enumeration Type Documentation

◆ StmtType

enum StmtType
Enumerator
StmtOther 
StmtTransBegin 
StmtTransEnd 

Definition at line 153 of file PgConnection.cpp.

153 {
154 StmtOther,
157};
@ StmtTransEnd
@ StmtOther
@ StmtTransBegin

Function Documentation

◆ IMPLEMENT_CLASSINFO()

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