Searched refs:selections (Results 1 – 6 of 6) sorted by relevance
38 std::vector<std::string> selections { EventStore::EventCol::TS }; in SelectEventFromDB() local39 (*eventQuery).Select(selections) in SelectEventFromDB()98 std::vector<std::string> selections { EventStore::EventCol::TS }; in UpdateEventIntoDB() local99 EventStore::ResultSet set = (*eventQuery).Select(selections) in UpdateEventIntoDB()
129 std::vector<std::string> selections { EventStore::EventCol::TS }; variable130 EventStore::ResultSet resultSet = (*sysEventQuery).Select(selections).164 std::vector<std::string> selections { EventStore::EventCol::TS }; variable165 EventStore::ResultSet resultSet = (*sysEventQuery1).Select(selections)289 std::vector<std::string> selections { EventStore::EventCol::TS }; variable291 .Select(selections)360 std::vector<std::string> selections { EventStore::EventCol::TS }; variable361 (*sysEventQuery).Select(selections)530 std::vector<std::string> selections { EventStore::EventCol::TS }; variable531 (*sysEventQuery).Select(selections)
171 std::vector<std::string> selections { EventStore::EventCol::NAME }; variable172 EventStore::ResultSet resultSet = (*sysEventQuery).Select(selections).
96 std::vector<std::string> selections { EventStore::EventCol::TS }; in SelectEventFromDB() local97 (*eventQuery).Select(selections) in SelectEventFromDB()
234 std::vector<std::string> selections { EventStore::EventCol::TS }; in UpdateDB() local235 EventStore::ResultSet set = (*eventQuery).Select(selections) in UpdateDB()
368 std::vector<std::string> selections { EventStore::EventCol::TS }; in OnEvent() local369 EventStore::ResultSet set = (*eventQuery).Select(selections) in OnEvent()