Home
last modified time | relevance | path

Searched refs:CheckTableConstraint (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.cpp95 int CheckTableConstraint(const TableInfo &table, DistributedTableMode mode, TableSyncType syncType) in CheckTableConstraint() function
239 errCode = CheckTableConstraint(table, mode, syncType); in CreateDistributedTable()
309 if (CheckTableConstraint(newTableInfo, mode, syncType)) { in UpgradeDistributedTable()