Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h130 static constexpr const char *MERGE_ASSETS_FUNC = "merge_assets"; member in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp60 constexpr const char *SqliteConnection::MERGE_ASSETS_FUNC; member in OHOS::NativeRdb::SqliteConnection
686 int errCode = sqlite3_create_function_v2(dbHandle, MERGE_ASSETS_FUNC, 2, SQLITE_UTF8 | SQLITE_DETERMINISTIC, in RegDefaultFunctions()

Completed in 3 milliseconds