H A D | share_block.cpp | 36 int SeriAddRow(void *pCtx, int addedRows)
in SeriAddRow() argument 48 int SeriFinish(void *pCtx, int addedRows, int totalRows)
in SeriFinish() argument 54 int SeriPutString(void *pCtx, int addedRows, int column, const char *text, int size)
in SeriPutString() argument 60 int SeriPutLong(void *pCtx, int addedRows, int column, sqlite3_int64 value)
in SeriPutLong() argument 66 int SeriPutDouble(void *pCtx, int addedRows, int column, double value)
in SeriPutDouble() argument 72 SeriPutBlob(void *pCtx, int addedRows, int column, const void *blob, int len) SeriPutBlob() argument 78 SeriPutNull(void *pCtx, int addedRows, int column) SeriPutNull() argument 84 SeriPutOther(void *pCtx, int addedRows, int column) SeriPutOther() argument 197 FillOneRow(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int numColumns, int startPos, int addedRows) FillOneRow() argument 245 FillOneRowOfString(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int pos) FillOneRowOfString() argument 265 FillOneRowOfLong(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int pos) FillOneRowOfLong() argument 278 FillOneRowOfFloat(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int pos) FillOneRowOfFloat() argument 291 FillOneRowOfBlob(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int pos) FillOneRowOfBlob() argument 318 FillOneRowOfNull(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *statement, int startPos, int addedRows, int pos) FillOneRowOfNull() argument [all...] |