Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dshared_block_serializer_info.h73 struct Sqlite3SharedBlockMethods { struct
74 int iVersion;
75 void *pContext;
76 int countAllRows;
77 int startPos;
78 int requiredPos;
79 int (*xAddRow)(void *pCtx, int addedRows);
80 int (*xReset)(void *pCtx, int startPos);
81 int (*xFinish)(void *pCtx, int addedRows, int totalRows);
82 int (*xPutString)(void *pCtx, int addedRows, int column, const char *text, int len);
[all …]