1#ifndef __DCL_PG_FIELD_H__
2#define __DCL_PG_FIELD_H__ 20250403
15 const wchar_t* _filename,
int _line);
17 const wchar_t* _filename,
int _line);
29 virtual bool isNull()
const;
38 bool getFloat(
void* _pv,
size_t* _size);
43 const wchar_t* _filename,
int _line)
54 const wchar_t* _filename,
int _line)
65 return (
PgQuery*)Field::__queryHandle;
#define DECLARE_CLASSINFO(class_name)
bool onAfterFetch(sqlvar_t *_sqlvar)
bool getInteger(void *_pv, size_t *_size)
virtual bool __getDataSize(size_t *_size, bool _maxSize)
bool getUInteger(void *_pv, size_t *_size)
bool getFloat(void *_pv, size_t *_size)
void setErrorStatus(SQL::Error _error, long _SQLCODE, const wchar_t *_filename, int _line)
bool init(SQL::Query *_query, sqlvar_t *_sqlvar)
virtual bool __getData(void *_pv, size_t *_size, SQL::DataType _dataType)
virtual const wchar_t * serverDataTypeName() const
virtual bool isNull() const