Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp112 Sqlite3SharedBlockMethods sqliteBlock = in FillSharedBlockOpt()
114 …? Sqlite3SharedBlockMethods{ 1, &serializer, info->isCountAllRows, info->startPos, info->requiredP… in FillSharedBlockOpt()
117 …: Sqlite3SharedBlockMethods{ 1, &serializer, true, 0, 0, DefAddRow, DefReset, DefFinish, DefPutStr… in FillSharedBlockOpt()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshared_block_serializer_info.h73 struct Sqlite3SharedBlockMethods { struct