Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1425 TableInfo newTable; in CheckQueryObjectLegal() local
1426 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, table.GetTableName(), newTable); in CheckQueryObjectLegal()
1431 errCode = table.CompareWithTable(newTable, schemaVersion); in CheckQueryObjectLegal()
1468 TableInfo newTable; in CheckQueryObjectLegal() local
1469 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, query.GetTableName(), newTable); in CheckQueryObjectLegal()