Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1358 std::string tableStr = std::string(tableName); in ClearTheLogAfterDropTable() local
1359 std::string logTblName = DBCommon::GetLogTableName(tableStr); in ClearTheLogAfterDropTable()
1361 if (SaveDeleteFlagToDB(db, tableStr) != E_OK) { in ClearTheLogAfterDropTable()
1366 if (GetTableSyncType(db, tableStr, tableType) != E_OK) { in ClearTheLogAfterDropTable()
1376 HandleDropCloudSyncTable(db, tableStr); in ClearTheLogAfterDropTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp371 std::string GenerateFromTableStr(const std::string &tableStr) in GenerateFromTableStr() argument
376 "TABLES": )"" + tableStr + "}"; in GenerateFromTableStr()