#include <StDbNode.hh>
Inheritance diagram for StDbNode:
Public Member Functions | |
StDbNode () | |
StDbNode (const char *name, const char *versionKey) | |
StDbNode (const char *name) | |
StDbNode (StDbNode &node) | |
virtual | ~StDbNode () |
char * | getName () |
char * | printName () |
char * | getMyName () |
char * | getVersion () |
char * | printVersion () |
char * | getDbName () |
char * | printDbName () |
StDbType | getDbType () const |
StDbDomain | getDbDomain () const |
int | getNodeID () const |
char * | getNodeType () |
char * | printNodeType () |
void | setName (const char *nodeName) |
void | setVersion (const char *nodeVersion) |
void | setDbName (const char *nodeDbName) |
void | setDbType (StDbType type) |
void | setDbDomain (StDbDomain domain) |
void | setNodeID (int id) |
void | setNodeType (const char *nodeType) |
bool | canRollBack () const |
void | addWrittenNode (int dataID) |
void | commit () |
bool | checkName (const char *nodeName) const |
bool | checkVersion (const char *nodeVersion) const |
bool | checkNode (const char *nodeName, const char *nodeVersion) const |
bool | IsConfigured () const |
void | setConfigured (bool isConfigured) |
bool | isNode (StDbType type, StDbDomain domain) |
virtual bool | IsTable () const |
char * | mstrDup (const char *s2) |
int * | decodeElementID (const char *elementID, int &numRows) |
char * | getNextID (char *¤tElement) const |
Protected Attributes | |
char * | mname |
char * | mversion |
char * | mdbName |
StDbType | mdbType |
StDbDomain | mdbDomain |
int | mnodeID |
char * | mnodeType |
bool | misConfigured |
bool | mcanRollBack |
|
Definition at line 90 of file StDbNode.hh.
|
|
Definition at line 84 of file StDbNode.cc.
|
|
Definition at line 93 of file StDbNode.cc.
|
|
Definition at line 101 of file StDbNode.cc.
|
|
Definition at line 115 of file StDbNode.cc.
|
|
Definition at line 158 of file StDbNode.hh.
|
|
Definition at line 157 of file StDbNode.hh.
|
|
Definition at line 163 of file StDbNode.hh.
|
|
Definition at line 169 of file StDbNode.hh.
|
|
Definition at line 166 of file StDbNode.hh.
|
|
Definition at line 162 of file StDbNode.hh.
|
|
Definition at line 147 of file StDbNode.cc.
|
|
Definition at line 147 of file StDbNode.hh.
|
|
Definition at line 126 of file StDbNode.cc.
|
|
Definition at line 146 of file StDbNode.hh.
|
|
Definition at line 145 of file StDbNode.hh.
|
|
Definition at line 124 of file StDbNode.cc.
|
|
Definition at line 238 of file StDbNode.cc.
|
|
Definition at line 150 of file StDbNode.hh.
|
|
Definition at line 127 of file StDbNode.cc.
|
|
Definition at line 125 of file StDbNode.cc.
|
|
Definition at line 153 of file StDbNode.hh.
|
|
Definition at line 154 of file StDbNode.hh.
|
|
Reimplemented in StDbTable. Definition at line 172 of file StDbNode.hh.
|
|
Definition at line 261 of file StDbNode.cc.
|
|
Definition at line 142 of file StDbNode.hh.
|
|
Definition at line 141 of file StDbNode.hh.
|
|
Definition at line 143 of file StDbNode.hh.
|
|
Definition at line 144 of file StDbNode.hh.
|
|
Definition at line 152 of file StDbNode.hh.
|
|
Definition at line 149 of file StDbNode.hh.
|
|
Definition at line 137 of file StDbNode.cc.
|
|
Definition at line 148 of file StDbNode.hh.
|
|
Definition at line 129 of file StDbNode.cc.
|
|
Definition at line 151 of file StDbNode.hh.
|
|
Definition at line 141 of file StDbNode.cc.
|
|
Definition at line 133 of file StDbNode.cc.
|
|
Definition at line 86 of file StDbNode.hh. |
|
Definition at line 79 of file StDbNode.hh. |
|
Definition at line 77 of file StDbNode.hh. |
|
Definition at line 78 of file StDbNode.hh. |
|
Definition at line 85 of file StDbNode.hh. |
|
Definition at line 75 of file StDbNode.hh. |
|
Definition at line 82 of file StDbNode.hh. |
|
Definition at line 83 of file StDbNode.hh. |
|
Definition at line 76 of file StDbNode.hh. |