Searched refs:CheckIfExistUserTable (Results 1 – 4 of 4) sorted by relevance
121 …int CheckIfExistUserTable(SQLiteSingleVerRelationalStorageExecutor *&handle, const DataBaseSchema …
756 errCode = CheckIfExistUserTable(handle, cloudSchema, alterTableNames, schema); in UpgradeSharedTableInner()938 int SQLiteSingleRelationalStorageEngine::CheckIfExistUserTable(SQLiteSingleVerRelationalStorageExec… in CheckIfExistUserTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine950 int errCode = handle->CheckIfExistUserTable(tableSchema.sharedTableName); in CheckIfExistUserTable()
169 int CheckIfExistUserTable(const std::string &tableName);
982 int SQLiteSingleVerRelationalStorageExecutor::CheckIfExistUserTable(const std::string &tableName) in CheckIfExistUserTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor