CARMA C++
|
class to represent an SQL query time range filter (part of a WHERE clause) . More...
#include <string>
#include "carma/dbms/filter/MultiComponentFilter.h"
#include "carma/dbms/filter/TimeFilter.h"
#include "carma/dbms/MonitorSystemAndDBMSRelationships.h"
#include "carma/util/ErrorException.h"
Go to the source code of this file.
Classes | |
class | carma::dbms::TimeRangeFilter |
represents an SQL query time range filter (part of a WHERE clause This class represents a (closed) time range filter of the formtestTime >[=] {minTime} AND testTime <[=] {maxTime}, where {minTime} and {maxTime} are fixed values passed as parameters to the constructor. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
class to represent an SQL query time range filter (part of a WHERE clause) .
$CarmaCopyright$
Definition in file TimeRangeFilter.h.