Searched defs:OH_Cursor (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | oh_cursor.h | 95 typedef struct OH_Cursor { struct 103 * @param cursor Represents a pointer to an {@link OH_Cursor} instance. argument 109 int (*getColumnCount)(OH_Cursor *cursor, int *count); argument 160 int (*getRowCount)(OH_Cursor *cursor, int *count); argument 170 int (*goToNextRow)(OH_Cursor *cursor); argument 183 int (*getSize)(OH_Cursor *cursor, int32_t columnIndex, size_t *size); argument 210 int (*getInt64)(OH_Cursor *cursor, int32_t columnIndex, int64_t *value); argument 223 int (*getReal)(OH_Cursor *cursor, int32_t columnIndex, double *value); argument 250 int (*isNull)(OH_Cursor *cursor, int32_t columnIndex, bool *isNull); argument 260 int (*destroy)(OH_Cursor *cursor); argument [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___cursor.md | 1 # OH_Cursor chapter
|
H A D | _r_d_b.md | 352 ### OH_Cursor subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | _o_h___cursor.md | 1 # OH_Cursor chapter
|
H A D | _r_d_b.md | 352 ### OH_Cursor subsection
|