#include <cResultBase.h>
Inheritance diagram for ResultBase:


Public Member Functions | |
| ResultBase () | |
| ~ResultBase () | |
| virtual class ResultBase & | operator++ () |
| virtual class ResultBase & | operator+= (long int n) |
| virtual bool | operator== (const ResultBase &Q) const |
| virtual bool | operator!= (const ResultBase &Q) const |
| bool | Open () |
| bool | Close () |
| long | Count () |
| bool | Prev () |
| bool | Next () |
| bool | First () |
| bool | Last () |
| bool | IsOnFirst () |
| bool | IsOnLast () |
| bool | GoToPosition (long Pos) |
| long | Position () |
| bool | operator== (const class RefBase &DbPtr) const |
| bool | operator!= (const class RefBase &DbPtr) const |
Protected Member Functions | |
| bool | _SetSqlCommand (char *SQLcommand) |
Protected Attributes | |
| Query * | _query |
| Cursor * | _cursor |
| bool | _isValRef |
| char * | _sql_select |
| ProtoBase * | _queryPrototype |
| Connection * | _queryConnection |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests whether the two references reference the same object.
Reimplemented from RefBase. |
|
|
Tests whether the two referenced objects are different.
Reimplemented from RefBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|