Home
last modified time | relevance | path

Searched refs:MERGE_ASSET_FUNC (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h131 static constexpr const char *MERGE_ASSET_FUNC = "merge_asset"; member in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp61 constexpr const char *SqliteConnection::MERGE_ASSET_FUNC; member in OHOS::NativeRdb::SqliteConnection
693 errCode = sqlite3_create_function_v2(dbHandle, MERGE_ASSET_FUNC, 2, SQLITE_UTF8 | SQLITE_DETERMINISTIC, nullptr, in RegDefaultFunctions()

Completed in 6 milliseconds