#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.
◆ StmtType
Enumerator |
---|
StmtOther | |
StmtTransBegin | |
StmtTransEnd | |
Definition at line 153 of file PgConnection.cpp.
◆ IMPLEMENT_CLASSINFO()