Home
last modified time | relevance | path

Searched refs:SeriPutLong (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h72 int SeriPutLong(void *pCtx, int addedRows, int column, sqlite3_int64 value);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp61 int SeriPutLong(void *pCtx, int addedRows, int column, sqlite3_int64 value) in SeriPutLong() function
115 … SeriAddRow, SeriReset, SeriFinish, SeriPutString, SeriPutLong, SeriPutDouble, SeriPutBlob, in FillSharedBlockOpt()