#include <SQLCore.h>
Definition at line 140 of file SQLCore.h.
◆ Field()
SQL::Field::Field |
( |
Query * | _queryHandle | ) |
|
|
protected |
◆ ~Field()
◆ __getData()
virtual bool SQL::Field::__getData |
( |
void * | _pv, |
|
|
size_t * | _pn, |
|
|
DataType | _dataType ) |
|
protectedpure virtual |
◆ __getDataSize()
virtual bool SQL::Field::__getDataSize |
( |
size_t * | _pn, |
|
|
bool | _maxSize ) |
|
protectedpure virtual |
◆ isNull()
virtual bool SQL::Field::isNull |
( |
| ) |
const |
|
pure virtual |
◆ serverDataTypeName()
virtual const wchar_t * SQL::Field::serverDataTypeName |
( |
| ) |
const |
|
pure virtual |
◆ __dataType
◆ __name
String SQL::Field::__name |
|
protected |
◆ __precision
short SQL::Field::__precision |
|
protected |
◆ __queryHandle
Query* SQL::Field::__queryHandle |
|
protected |
◆ __scale
short SQL::Field::__scale |
|
protected |
The documentation for this class was generated from the following files: