1#ifndef __OPENTREP_DBTYPE_HPP
2#define __OPENTREP_DBTYPE_HPP
29 static const std::string&
getLabel (
const EN_DBType&);
34 static EN_DBType
getType (
const char);
91 DBType (
const std::string& iType);
Enumeration of database types.
static std::string describeLabels()
DBType(const EN_DBType &)
const std::string describe() const
static std::string getTypeLabelAsString(const EN_DBType &)
EN_DBType getType() const
bool operator==(const EN_DBType &) const
std::string getTypeAsString() const
static char getTypeLabel(const EN_DBType &)
static const std::string & getLabel(const EN_DBType &)
char getTypeAsChar() const