CARMA C++
|
access of column names in the database More...
#include <string>
Go to the source code of this file.
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
Enumerations | |
enum | carma::dbms::DBColumn { COLUMN_BLANKINGFLAG, COLUMN_BLANKINGFLAGID, COLUMN_CALLER, COLUMN_DATATYPEID, COLUMN_DEVICEID, COLUMN_ENUMID, COLUMN_ENUMINDEX, COLUMN_ENUMVALUE, COLUMN_FRAMECOUNT, COLUMN_IMAGPART, COLUMN_INTEGRATEDIMAGPART, COLUMN_INTEGRATEDREALPART, COLUMN_INTEGRATEDVALUE, COLUMN_INTEGRATIONID, COLUMN_ISAMPLE, COLUMN_LOCATIONID, COLUMN_LOGNAME, COLUMN_MAX, COLUMN_MAXIMAGPART, COLUMN_MAXREALPART, COLUMN_MESSAGE, COLUMN_MIN, COLUMN_MINIMAGPART, COLUMN_MINREALPART, COLUMN_MPTYPEID, COLUMN_NAME, COLUMN_NDC, COLUMN_PRIORITYID, COLUMN_PRIORITY, COLUMN_REALPART, COLUMN_SIGNATURE, COLUMN_SUBSYSID, COLUMN_SUBSYSNAME, COLUMN_TAGID, COLUMN_VALIDITY, COLUMN_VALIDITYID, COLUMN_VALUE } |
database columns More... | |
enum | carma::dbms::SortOrder { ASCENDING, DESCENDING } |
enum representing table sort order in an order by clause More... | |
Functions | |
std::string | carma::dbms::getColumnName (const DBColumn &column) |
get the actual column name for the specified column More... | |
std::string | carma::dbms::toString (const SortOrder &sortOrder) |
get a string representing the specified sort order More... | |
access of column names in the database
$CarmaCopyright$
Definition in file ColumnNames.h.