Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h172 int ExecuteCreateSharedTable(const DataBaseSchema &schema);
H A Dsqlite_relational_store.cpp1069 errCode = ExecuteCreateSharedTable(schema); in PrepareAndSetCloudDbSchema()
1394 int SQLiteRelationalStore::ExecuteCreateSharedTable(const DataBaseSchema &schema) in ExecuteCreateSharedTable() function in DistributedDB::SQLiteRelationalStore