Home
last modified time | relevance | path

Searched defs:addedRows (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h38 int addedRows; member
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp34 int SharedBlockSerializerInfo::AddRow(int addedRows) in AddRow() argument
62 int SharedBlockSerializerInfo::Finish(int addedRows, int totalRows) in Finish() argument
H A Dshare_block.cpp36 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...]

Completed in 2 milliseconds