Home
last modified time | relevance | path

Searched refs:permEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h72 bool permEmpty = true);
H A Dsqlite_utils.cpp291 bool permEmpty) in BindBlobToStatement() argument
298 if (value.empty() && !permEmpty) { in BindBlobToStatement()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp378 …tatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool permEmpty = false);
1108 …ndBlobToStatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool permEmpty) in BindBlobToStatement() argument
1110 if (stmt == nullptr || (value.empty() && !permEmpty)) { // LCOV_EXCL_BR_LINE in BindBlobToStatement()