#include <SQLCore.h>
Definition at line 241 of file SQLCore.h.
◆ State
| Enumerator |
|---|
| stStandBy | |
| stPrepared | |
| stExecuted | |
| stFetched | |
Definition at line 317 of file SQLCore.h.
◆ Query()
◆ ~Query()
Definition at line 532 of file SQLCore.cpp.
533{
535}
Connection * __connHandle
◆ __destroy()
| virtual void SQL::Query::__destroy |
( |
| ) |
|
|
protectedpure virtual |
◆ __execute()
| virtual bool SQL::Query::__execute |
( |
| ) |
|
|
protectedpure virtual |
◆ __fetch()
| virtual bool SQL::Query::__fetch |
( |
| ) |
|
|
protectedpure virtual |
◆ __getField()
| virtual bool SQL::Query::__getField |
( |
size_t | _index, |
|
|
Field ** | _fieldHandle ) |
|
protectedpure virtual |
◆ __getParam()
| virtual bool SQL::Query::__getParam |
( |
size_t | _index, |
|
|
Param ** | _paramHandle ) |
|
protectedpure virtual |
◆ __moreResults()
| bool SQL::Query::__moreResults |
( |
bool * | _moreResults | ) |
|
|
protectedvirtual |
◆ __prepare()
| virtual bool SQL::Query::__prepare |
( |
const char * | _sql, |
|
|
size_t | _sqllen, |
|
|
size_t | _paramCount ) |
|
protectedpure virtual |
◆ Connection
◆ __affectedRows
| int64_t SQL::Query::__affectedRows |
|
protected |
◆ __connHandle
◆ __eof
◆ __fieldCount
| size_t SQL::Query::__fieldCount |
|
protected |
◆ __paramCount
| size_t SQL::Query::__paramCount |
|
protected |
◆ __placeholder
| wchar_t SQL::Query::__placeholder |
|
protected |
◆ __states
| unsigned int SQL::Query::__states |
|
protected |
The documentation for this class was generated from the following files: