#include <clientlib.h>
Inherits client::Object.
Inherited by client::IDBCursorWithValue.
◆ IDBCursor()
client::IDBCursor::IDBCursor |
( |
| ) |
|
◆ _continue() [1/6]
void client::IDBCursor::_continue |
( |
| ) |
|
◆ _continue() [2/6]
◆ _continue() [3/6]
void client::IDBCursor::_continue |
( |
double |
key | ) |
|
◆ _continue() [4/6]
void client::IDBCursor::_continue |
( |
const String & |
key | ) |
|
◆ _continue() [5/6]
void client::IDBCursor::_continue |
( |
Date * |
key | ) |
|
◆ _continue() [6/6]
◆ _delete()
◆ advance()
void client::IDBCursor::advance |
( |
double |
count | ) |
|
◆ get_direction()
String* client::IDBCursor::get_direction |
( |
| ) |
|
◆ get_key()
◆ get_NEXT()
String* client::IDBCursor::get_NEXT |
( |
| ) |
|
◆ get_NEXT_NO_DUPLICATE()
String* client::IDBCursor::get_NEXT_NO_DUPLICATE |
( |
| ) |
|
◆ get_PREV()
String* client::IDBCursor::get_PREV |
( |
| ) |
|
◆ get_PREV_NO_DUPLICATE()
String* client::IDBCursor::get_PREV_NO_DUPLICATE |
( |
| ) |
|
◆ get_primaryKey()
Object* client::IDBCursor::get_primaryKey |
( |
| ) |
|
◆ get_prototype()
IDBCursor* client::IDBCursor::get_prototype |
( |
| ) |
|
◆ get_source()
◆ set_prototype()
void client::IDBCursor::set_prototype |
( |
IDBCursor * |
| ) |
|
◆ update()