Home
last modified time | relevance | path

Searched defs:OH_Cursor (Results 1 – 1 of 1) sorted by relevance

/interface/sdk_c/distributeddatamgr/relational_store/include/
Doh_cursor.h102 typedef struct OH_Cursor OH_Cursor; typedef
111 struct OH_Cursor { struct
119 * @param cursor Represents a pointer to an {@link OH_Cursor} instance. argument
125 int (*getColumnCount)(OH_Cursor *cursor, int *count); argument
137 int (*getColumnType)(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnType); argument
150 int (*getColumnIndex)(OH_Cursor *cursor, const char *name, int *columnIndex); argument
164 int (*getColumnName)(OH_Cursor *cursor, int32_t columnIndex, char *name, int length); argument
176 int (*getRowCount)(OH_Cursor *cursor, int *count); argument
186 int (*goToNextRow)(OH_Cursor *cursor); argument
199 int (*getSize)(OH_Cursor *cursor, int32_t columnIndex, size_t *size); argument
[all …]