Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h121 …int CheckIfExistUserTable(SQLiteSingleVerRelationalStorageExecutor *&handle, const DataBaseSchema …
H A Dsqlite_single_relational_storage_engine.cpp756 errCode = CheckIfExistUserTable(handle, cloudSchema, alterTableNames, schema); in UpgradeSharedTableInner()
938 int SQLiteSingleRelationalStorageEngine::CheckIfExistUserTable(SQLiteSingleVerRelationalStorageExec… in CheckIfExistUserTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
950 int errCode = handle->CheckIfExistUserTable(tableSchema.sharedTableName); in CheckIfExistUserTable()
H A Dsqlite_single_ver_relational_storage_executor.h169 int CheckIfExistUserTable(const std::string &tableName);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp982 int SQLiteSingleVerRelationalStorageExecutor::CheckIfExistUserTable(const std::string &tableName) in CheckIfExistUserTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor