Searched defs:Sqlite3SharedBlockMethods (Results 1 – 1 of 1) sorted by relevance
73 struct Sqlite3SharedBlockMethods { struct74 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);86 int (*xPutNull)(void *pCtx, int addedRows, int column);[all …]