#include <data_source.hh>
Public Types | |
| typedef TSize | size_type |
| Size type. | |
Public Methods | |
| virtual void | closeCursor (const mpcl::text::TString &rkyCURSOR_NAME)=0 |
| virtual size_type | declareCursor (const mpcl::text::TString &rkyCURSOR_NAME)=0 |
| virtual void | fetchNext (const mpcl::text::TString &rkyCURSOR_NAME, TInstance &rtINSTANCE)=0 |
| virtual void | fetchAbsolute (const mpcl::text::TString &rkyCURSOR_NAME, TInstance &rtINSTANCE, size_type zINDEX)=0 |
| virtual void | openCursor (const mpcl::text::TString &rkyCURSOR_NAME)=0 |
| virtual void | setErrorException (void)=0 |
| Activates error exception. | |
Definition at line 41 of file data_source.hh.
|
||||||||||
|
Closes the cursor.
|
|
||||||||||
|
Declares the cursor, and returns the tuple count of the query.
|
|
||||||||||||||||||||
|
Gets the data from tuple at position zINDEX in the cursor named rkyCURSOR_NAME and puts it into rtINSTANCE.
|
|
||||||||||||||||
|
Gets the data from next tuple in the cursor named rkyCURSOR_NAME and puts it into rtINSTANCE.
|
|
||||||||||
|
Opens the cursor.
|
1.2.18