![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/TSQLTypes.h>
Inheritance diagram for TSQLTime:
Collaboration diagram for TSQLTime:Public Member Functions | |
| TSQLTime (Int_t hour, Int_t minute, Int_t second) | |
| TSQLTime () | |
| TSQLTime (UInt_t t) | |
| TSQLTime (const TSQLTime &t) | |
| virtual | ~TSQLTime () |
| TSQLTime & | operator= (const TSQLTime &d) |
| Int_t | GetHour () const |
| Int_t | GetMinute () const |
| Int_t | GetSecond () const |
| void | SetHour (Int_t h) |
| void | SetMinute (Int_t m) |
| void | SetSecond (Int_t s) |
| TString | ToString () const |
Definition at line 75 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 75 of file TSQLTypes.h
| TSQLTime::TSQLTime | ( | Int_t | hour, |
| Int_t | minute, | ||
| Int_t | second | ||
| ) |
Definition at line 87 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 87 of file TSQLTypes.cxx
References Set().
Here is the call graph for this function:
|
inline |
Definition at line 80 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 80 of file TSQLTypes.h
|
inline |
Definition at line 81 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 81 of file TSQLTypes.h
References t.
|
inline |
Definition at line 83 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 83 of file TSQLTypes.h
|
inlinevirtual |
Definition at line 84 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 84 of file TSQLTypes.h
|
inline |
Definition at line 89 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 89 of file TSQLTypes.h
Referenced by SetMinute(), SetSecond(), ODBCPreparedStatement::SetTime(), ODBCCallableStatement::SetTime(), and ODBCResultSet::UpdateTime().
Here is the caller graph for this function:
|
inline |
Definition at line 90 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 90 of file TSQLTypes.h
Referenced by SetHour(), SetSecond(), ODBCPreparedStatement::SetTime(), ODBCCallableStatement::SetTime(), and ODBCResultSet::UpdateTime().
Here is the caller graph for this function:
|
inline |
Definition at line 91 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 91 of file TSQLTypes.h
Referenced by SetHour(), SetMinute(), ODBCPreparedStatement::SetTime(), ODBCCallableStatement::SetTime(), and ODBCResultSet::UpdateTime().
Here is the caller graph for this function:Definition at line 152 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 152 of file TSQLTypes.h
| void TSQLTime::SetHour | ( | Int_t | h | ) |
Definition at line 95 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 95 of file TSQLTypes.cxx
References GetMinute(), GetSecond(), and Set().
Here is the call graph for this function:| void TSQLTime::SetMinute | ( | Int_t | m | ) |
Definition at line 103 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 103 of file TSQLTypes.cxx
References GetHour(), GetSecond(), and Set().
Here is the call graph for this function:| void TSQLTime::SetSecond | ( | Int_t | s | ) |
Definition at line 111 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 111 of file TSQLTypes.cxx
References GetHour(), GetMinute(), and Set().
Here is the call graph for this function:| TString TSQLTime::ToString | ( | ) | const |
Definition at line 119 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 119 of file TSQLTypes.cxx
References str.