Searched refs:indexHappentimeSql (Results 1 – 1 of 1) sorted by relevance
113 std::string indexHappentimeSql = "create index sys_event_his_index2 on "; in CreateTable() local114 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()