| D | sqlite_single_relational_storage_engine.cpp | 199 int SQLiteSingleRelationalStorageEngine::CreateDistributedTable(const std::string &tableName, in CreateDistributedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine 225 int errCode = CreateDistributedTable(tableName, isUpgraded, identity, schema, syncType); in CreateDistributedTable() 251 int errCode = CreateDistributedTable(handle, isUpgraded, "", table, schema); in CreateDistributedSharedTable() 261 int SQLiteSingleRelationalStorageEngine::CreateDistributedTable(const std::string &tableName, bool … in CreateDistributedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine 290 errCode = CreateDistributedTable(handle, isUpgraded, identity, table, schema); in CreateDistributedTable() 303 int SQLiteSingleRelationalStorageEngine::CreateDistributedTable(SQLiteSingleVerRelationalStorageExe… in CreateDistributedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine 309 int errCode = handle->CreateDistributedTable(mode, isUpgraded, identity, table, tableSyncType); in CreateDistributedTable()
|