#include <MonTimingLed1TTDat.h>
Public Member Functions | |
std::string | getTable () |
Public Member Functions inherited from ITimingDat | |
bool | getTaskStatus () const |
float | getTimingMean () const |
float | getTimingRMS () const |
ITimingDat () | |
void | setTable (std::string x) |
void | setTaskStatus (bool status) |
void | setTimingMean (float mean) |
void | setTimingRMS (float rms) |
~ITimingDat () | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
Public Member Functions inherited from IDBObject | |
oracle::occi::Connection * | getConn () const |
oracle::occi::Environment * | getEnv () const |
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
virtual | ~IDBObject () |
Additional Inherited Members | |
Public Types inherited from ITimingDat | |
typedef oracle::occi::ResultSet | ResultSet |
typedef oracle::occi::SQLException | SQLException |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS =1024 |
Protected Member Functions inherited from IDataItem | |
void | checkPrepare () throw (std::runtime_error) |
void | createReadStatement () throw (std::runtime_error) |
void | setPrefetchRowCount (int ncount) throw (std::runtime_error) |
void | terminateReadStatement () throw (std::runtime_error) |
void | terminateWriteStatement () throw (std::runtime_error) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const throw (std::runtime_error) |
Protected Attributes inherited from IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 6 of file MonTimingLed1TTDat.h.
|
inlinevirtual |
Reimplemented from ITimingDat.
Definition at line 9 of file MonTimingLed1TTDat.h.