Home
last modified time | relevance | path

Searched refs:RemoveRelationalTable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h44 void RemoveRelationalTable(const std::string &tableName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp321 schema.RemoveRelationalTable(tableName); in CreateDistributedTable()
415 schema_.RemoveRelationalTable(tableName); in CleanDistributedDeviceTable()
800 schema.RemoveRelationalTable(tableName); in DoDeleteSharedTable()
865 schema.RemoveRelationalTable(oldTableName); in DoAlterSharedTableName()
H A Dsqlite_single_ver_relational_storage_executor.cpp323 schema.RemoveRelationalTable(tableName); in UpgradeDistributedTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp107 void RelationalSchemaObject::RemoveRelationalTable(const std::string &tableName) in RemoveRelationalTable() function in DistributedDB::RelationalSchemaObject