Home
last modified time | relevance | path

Searched defs:newTableName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp673 static void CreateNewPermissionRecordTable(std::string& newTableName, std::string& createNewSql) in CreateNewPermissionRecordTable()
716 std::string newTableName = it->second.tableName_ + "_new"; in UpdatePermissionRecordTablePrimaryKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1524 …teUtils::CreateSameStuTable(sqlite3 *db, const TableInfo &baseTbl, const std::string &newTableName) in CreateSameStuTable()
1561 …eUtils::CloneIndexes(sqlite3 *db, const std::string &oriTableName, const std::string &newTableName) in CloneIndexes()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1211 string newTableName = tablePrefix + to_string(tableNewTime); in ExecuteRenameTableName() local