#include <SQLCore.h>
Definition at line 242 of file SQLCore.h.
◆ State
| Enumerator |
|---|
| stStandBy | |
| stPrepared | |
| stExecuted | |
| stFetched | |
Definition at line 302 of file SQLCore.h.
◆ Query()
◆ ~Query()
Definition at line 513 of file SQLCore.cpp.
514{
516}
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 ** | _fieldHandleOut ) |
|
protectedpure virtual |
◆ __getParam()
| virtual bool SQL::Query::__getParam |
( |
size_t | _index, |
|
|
Param ** | _paramHandleOut ) |
|
protectedpure virtual |
◆ __nextResult()
| bool SQL::Query::__nextResult |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in MyQuery.
Definition at line 563 of file SQLCore.cpp.
564{
566 return false;
567}
#define __SET_ERROR(_errorCode)
◆ __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: