DCL 4.0
|
#include <dcl/Config.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/DateTime.h>
#include <dcl/InputStream.h>
#include <dcl/Files.h>
#include <dcl/SQLCore.h>
#include "PgConnection.h"
#include "PgQuery.h"
#include "PgParam.h"
#include "PgTypes_.h"
Go to the source code of this file.
Functions | |
__DCL_BEGIN_NAMESPACE | IMPLEMENT_CLASSINFO (PgParam, SQL::Param) PgParam |
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 | ( | PgParam | , |
SQL::Param | ) |
Definition at line 31 of file PgParam.cpp.