Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/TSQLTypes.h>
Public Member Functions | |
TSQLDate (Int_t year, Int_t month, Int_t day) | |
TSQLDate () | |
TSQLDate (UInt_t t) | |
TSQLDate (const TSQLDate &d) | |
virtual | ~TSQLDate () |
TSQLDate & | operator= (const TSQLDate &d) |
Int_t | GetYear () const |
Int_t | GetMonth () const |
Int_t | GetDay () const |
void | SetYear (Int_t year) |
void | SetMonth (Int_t month) |
void | SetDay (Int_t day) |
TString | ToString () const |
Definition at line 49 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 49 of file TSQLTypes.h
TSQLDate::TSQLDate | ( | Int_t | year, |
Int_t | month, | ||
Int_t | day | ||
) |
|
inline |
Definition at line 54 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 54 of file TSQLTypes.h
|
inline |
Definition at line 55 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 55 of file TSQLTypes.h
References t.
|
inline |
Definition at line 57 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 57 of file TSQLTypes.h
|
inlinevirtual |
Definition at line 58 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 58 of file TSQLTypes.h
|
inline |
Definition at line 65 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 65 of file TSQLTypes.h
Referenced by ODBCPreparedStatement::SetDate(), ODBCCallableStatement::SetDate(), SetMonth(), SetYear(), and ODBCResultSet::UpdateDate().
|
inline |
Definition at line 64 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 64 of file TSQLTypes.h
Referenced by ODBCPreparedStatement::SetDate(), ODBCCallableStatement::SetDate(), SetDay(), SetYear(), and ODBCResultSet::UpdateDate().
|
inline |
Definition at line 63 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 63 of file TSQLTypes.h
Referenced by ODBCPreparedStatement::SetDate(), ODBCCallableStatement::SetDate(), SetDay(), SetMonth(), and ODBCResultSet::UpdateDate().
Definition at line 143 of file TSQLTypes.h.
View newest version in sPHENIX GitHub at line 143 of file TSQLTypes.h
void TSQLDate::SetDay | ( | Int_t | day | ) |
Definition at line 67 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 67 of file TSQLTypes.cxx
References GetMonth(), GetYear(), and Set().
void TSQLDate::SetMonth | ( | Int_t | month | ) |
Definition at line 59 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 59 of file TSQLTypes.cxx
References GetDay(), GetYear(), and Set().
void TSQLDate::SetYear | ( | Int_t | year | ) |
Definition at line 51 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 51 of file TSQLTypes.cxx
References GetDay(), GetMonth(), and Set().
TString TSQLDate::ToString | ( | ) | const |
Definition at line 75 of file TSQLTypes.cxx.
View newest version in sPHENIX GitHub at line 75 of file TSQLTypes.cxx
References str.