Searched defs:OH_Cursor (Results 1 – 1 of 1) sorted by relevance
| /interface/sdk_c/distributeddatamgr/relational_store/include/ |
| D | oh_cursor.h | 101 typedef struct OH_Cursor OH_Cursor; typedef 110 struct OH_Cursor { struct 118 * @param cursor Represents a pointer to an {@link OH_Cursor} instance. argument 124 int (*getColumnCount)(OH_Cursor *cursor, int *count); argument 136 int (*getColumnType)(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnType); argument 149 int (*getColumnIndex)(OH_Cursor *cursor, const char *name, int *columnIndex); argument 163 int (*getColumnName)(OH_Cursor *cursor, int32_t columnIndex, char *name, int length); argument 175 int (*getRowCount)(OH_Cursor *cursor, int *count); argument 185 int (*goToNextRow)(OH_Cursor *cursor); argument 198 int (*getSize)(OH_Cursor *cursor, int32_t columnIndex, size_t *size); argument [all …]
|