Class JSON_ITERATOR¶
Inherited by the following classes: JSON_ARRAY_ITERATOR, JSON_OBJECT_ITERATOR
Public Functions¶
| Type | Name |
|---|---|
| JSON_ITERATOR () |
|
| void | clear_content () |
| virtual const JSON_VALUE * | get () = 0 |
| const JSON_DOC * | get_value_to_doc () |
| virtual bool | has_next () = 0 |
| bool | is_empty () const |
| virtual void | next () = 0 |
| void | reset () |
| virtual void | set (const JSON_DOC & new_doc) = 0 |
| virtual | ~JSON_ITERATOR () |
Protected Attributes¶
| Type | Name |
|---|---|
| const JSON_DOC * | m_input_doc |
| JSON_DOC * | m_value_doc |
Public Functions Documentation¶
function JSON_ITERATOR¶
function clear_content¶
function get¶
function get_value_to_doc¶
function has_next¶
function is_empty¶
function next¶
function reset¶
function set¶
function ~JSON_ITERATOR¶
Protected Attributes Documentation¶
variable m_input_doc¶
variable m_value_doc¶
The documentation for this class was generated from the following file cubrid/src/compat/db_json.cpp