DCL 4.0
|
#include <ecpglib.h>
#include <ecpgerrno.h>
#include <sqlca.h>
#include <dcl/Config.h>
#include <stdlib.h>
#include <ecpgtype.h>
#include <sqlda.h>
#include <pgtypes_numeric.h>
#include <pgtypes_date.h>
#include <pgtypes_interval.h>
#include <pgtypes_timestamp.h>
#include <dcl/Object.h>
#include <dcl/Numeric.h>
#include <dcl/SQLCore.h>
#include "PgConnection.h"
#include "PgQuery.h"
#include "PgField.h"
#include "PgParam.h"
Go to the source code of this file.
Functions | |
__DCL_BEGIN_NAMESPACE | IMPLEMENT_CLASSINFO (PgQuery, SQL::Query) PgQuery |
const wchar_t * | __dataTypeName (const sqlvar_t *_sqlvar) |
const wchar_t * __dataTypeName | ( | const sqlvar_t * | _sqlvar | ) |
Definition at line 183 of file PgField.cpp.
__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO | ( | PgQuery | , |
SQL::Query | ) |
Definition at line 39 of file PgQuery.cpp.