Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h77 int EndCreateExecutor(sqlite3 *db, bool isWrite, bool isDetachMeta);
H A Dsqlite_single_ver_storage_engine.cpp770 int SQLiteSingleVerStorageEngine::EndCreateExecutor(sqlite3 *db, bool isWrite, bool isDetachMeta) in EndCreateExecutor() function in DistributedDB::SQLiteSingleVerStorageEngine
853 errCode = EndCreateExecutor(dbHandle, isWrite, isDetachMeta); in CreateNewExecutor()