Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h93 void DefFillRow(SharedBlockInfo *info, sqlite3_stmt *stmt);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp161 auto fillRow = info->sharedBlock == nullptr ? DefFillRow : FillRow; in FillSharedBlock()
407 void DefFillRow(SharedBlockInfo *info, sqlite3_stmt *stmt) in DefFillRow() function