Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h159 int CreateSharedTable(const TableSchema &schema);
H A Dsqlite_single_relational_storage_engine.cpp895 int errCode = handle->CreateSharedTable(tableSchema); in DoCreateSharedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp614 int SQLiteSingleVerRelationalStorageExecutor::CreateSharedTable(const TableSchema &tableSchema) in CreateSharedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor