Class cubpl::query_cursor¶
ClassList > cubpl > query_cursor
#include <pl_query_cursor.hpp>
Public Functions¶
| Type | Name |
|---|---|
| void | change_owner (cubthread::entry * thread_p) |
| void | clear () |
| void | close () |
| SCAN_CODE | cursor (int peek) |
| int | first () |
| int | get_current_index () |
| OID * | get_current_oid () |
| std::vector< DB_VALUE > | get_current_tuple () |
| int | get_fetch_count () |
| bool | get_is_oid_included () |
| bool | get_is_opened () |
| cubthread::entry * | get_owner () const |
| QUERY_ID | get_query_id () |
| int | get_tuple_value (int index, DB_VALUE & result) |
| bool | is_opened () const |
| int | last () |
| SCAN_CODE | next_row () |
| int | open () |
| query_cursor (cubthread::entry * thread_p, QUERY_ID qid, bool is_oid_included=false) |
|
| int | reset () |
| void | set_fetch_count (int cnt) |
| ~query_cursor () |
Public Functions Documentation¶
function change_owner¶
function clear¶
function close¶
function cursor¶
function first¶
function get_current_index¶
function get_current_oid¶
function get_current_tuple¶
function get_fetch_count¶
function get_is_oid_included¶
function get_is_opened¶
function get_owner¶
function get_query_id¶
function get_tuple_value¶
function is_opened¶
function last¶
function next_row¶
function open¶
function query_cursor¶
cubpl::query_cursor::query_cursor (
cubthread::entry * thread_p,
QUERY_ID qid,
bool is_oid_included=false
)
function reset¶
function set_fetch_count¶
function ~query_cursor¶
The documentation for this class was generated from the following file cubrid/src/sp/pl_query_cursor.hpp