1 #ifndef CARMA_DBMS_LOGMESSAGEFILTER_H
2 #define CARMA_DBMS_LOGMESSAGEFILTER_H
63 virtual std::string
name()
const;
69 void validateFilter_();
78 #endif // CARMA_DBMS_LOGMESSAGEFILTER_H
class to represent an SQL query multi-component filter (part of a WHERE clause) . ...
Represents an SQL query log message filter (part of a WHERE clause).
relationships between the monitor and dbms systems
abstract base class to represent an SQL query filter (part of a WHERE clause) .
represents an SQL query time range filter (part of a WHERE clause This class represents a (closed) ti...
virtual std::string name() const
get the class name of this filter for log messages etc.
LogMessageFilter(const carma::dbms::TimeRangeFilter &trFilter, const carma::dbms::Filter *const filter)
Create a LogMessageFilter.
represents an SQL query multi-component filter (part of a WHERE clause)