AllTopics Class Referencefinal
Query for all the topics. More...
#include <QueryOptions.hh>
Public Member Functions | |
| AllTopics (AllTopics &&_other) | |
| Move constructor.   | |
| AllTopics (const AllTopics &_other) | |
| Copy constructor.   | |
| AllTopics (const QualifiedTimeRange &_timeRange=QualifiedTimeRange::AllTime()) | |
| Query for all the topics over the specified time range (by default, all time).   | |
| ~AllTopics () | |
| Destructor.   | |
| std::vector< SqlStatement > | GenerateStatements (const Descriptor &_descriptor) const override | 
| Generate one or more SQL query statements to be used by the log file to produce a Batch of messages.   | |
  Public Member Functions inherited from QueryOptions | |
| virtual | ~QueryOptions ()=default | 
| Virtual destructor.   | |
  Public Member Functions inherited from TimeRangeOption | |
| TimeRangeOption (const QualifiedTimeRange &_timeRange) | |
| Constructor that sets the initial time range option.   | |
| TimeRangeOption (const TimeRangeOption &_other) | |
| Copy constructor.   | |
| TimeRangeOption (TimeRangeOption &&_other) | |
| Move constructor.   | |
| ~TimeRangeOption () | |
| Destructor.   | |
| SqlStatement | GenerateTimeConditions () const | 
| Generate a SQL string to represent the time conditions. This should be appended to a SQL statement after a WHERE keyword.   | |
| QualifiedTimeRange & | TimeRange () | 
| Chosen time range.   | |
| const QualifiedTimeRange & | TimeRange () const | 
| Chosen time range.   | |
Additional Inherited Members | |
  Static Public Member Functions inherited from QueryOptions | |
| static SqlStatement | StandardMessageQueryClose () | 
| Get a standard ending to a SQL statement that will instruct the queries to be ordered by the time the messages were received by the logger. It will also end the statement with a semicolon.   | |
| static SqlStatement | StandardMessageQueryPreamble () | 
| Get a standard SQL statement preamble, from the SELECT keyword up to (but not including) the WHERE keyword. This preamble will make sure that the statement is formatted in a way that MsgIter will have the information it needs.   | |
Detailed Description
Query for all the topics.
Constructor & Destructor Documentation
◆ AllTopics() [1/3]
      
  | 
  explicit | 
Query for all the topics over the specified time range (by default, all time).
- Parameters
 - 
  
[in] _timeRange The initial range of time for this option.  
◆ AllTopics() [2/3]
◆ AllTopics() [3/3]
◆ ~AllTopics()
| ~AllTopics | ( | ) | 
Destructor.
Member Function Documentation
◆ GenerateStatements()
      
  | 
  overridevirtual | 
Generate one or more SQL query statements to be used by the log file to produce a Batch of messages.
- Parameters
 - 
  
[in] _descriptor A Descriptor to help form the SQL statements  
- Returns
 - One or more SQL statements.
 
Implements QueryOptions.
The documentation for this class was generated from the following file:
 Public Member Functions inherited from