Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp113 std::string indexHappentimeSql = "create index sys_event_his_index2 on "; in CreateTable() local
114 indexHappentimeSql.append(TABLE_NAME).append("(").append(COLUMN_HAPPENTIME).append(");"); in CreateTable()
115 if (dbStore_->ExecuteSql(indexHappentimeSql) != NativeRdb::E_OK) { in CreateTable()
116 HIVIEW_LOGE("failed to create index2, sql=%{public}s", indexHappentimeSql.c_str()); in CreateTable()