![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/TSQLResultSet.h>
Inheritance diagram for TSQLResultSet:
Collaboration diagram for TSQLResultSet:Public Member Functions | |
| virtual | ~TSQLResultSet () |
| virtual Bool_t | WasNull ()=0 |
| virtual TString | GetString (Int_t columnIndex)=0 |
| virtual Bool_t | GetBoolean (Int_t columnIndex)=0 |
| virtual Char_t | GetByte (Int_t columnIndex)=0 |
| virtual Short_t | GetShort (Int_t columnIndex)=0 |
| virtual Int_t | GetInt (Int_t columnIndex)=0 |
| virtual Long_t | GetLong (Int_t columnIndex)=0 |
| virtual Float_t | GetFloat (Int_t columnIndex)=0 |
| virtual Double_t | GetDouble (Int_t columnIndex)=0 |
| virtual TArrayC | GetBytes (Int_t columnIndex)=0 |
| virtual TSQLDate | GetDate (Int_t columnIndex)=0 |
| virtual TSQLTime | GetTime (Int_t columnIndex)=0 |
| virtual TSQLTimestamp | GetTimestamp (Int_t columnIndex)=0 |
| virtual TBuffer * | GetAsciiStream (Int_t columnIndex)=0 |
| virtual TBuffer * | GetBinaryStream (Int_t columnIndex)=0 |
| virtual TObject * | GetObject (Int_t columnIndex)=0 |
| virtual TString | GetString (const TString &columnName)=0 |
| virtual Bool_t | GetBoolean (const TString &columnName)=0 |
| virtual Char_t | GetByte (const TString &columnName)=0 |
| virtual Short_t | GetShort (const TString &columnName)=0 |
| virtual Int_t | GetInt (const TString &columnName)=0 |
| virtual Long_t | GetLong (const TString &columnName)=0 |
| virtual Float_t | GetFloat (const TString &columnName)=0 |
| virtual Double_t | GetDouble (const TString &columnName)=0 |
| virtual TArrayC | GetBytes (const TString &columnName)=0 |
| virtual TSQLDate | GetDate (const TString &columnName)=0 |
| virtual TSQLTime | GetTime (const TString &columnName)=0 |
| virtual TSQLTimestamp | GetTimestamp (const TString &columnName)=0 |
| virtual TBuffer * | GetAsciiStream (const TString &columnName)=0 |
| virtual TBuffer * | GetBinaryStream (const TString &columnName)=0 |
| virtual TObject * | GetObject (const TString &columnName)=0 |
| virtual TString | GetCursorName ()=0 |
| virtual Int_t | FindColumn (const TString &columnName)=0 |
| virtual Bool_t | IsBeforeFirst ()=0 |
| virtual Bool_t | IsAfterLast ()=0 |
| virtual Bool_t | IsFirst ()=0 |
| virtual Bool_t | IsLast ()=0 |
| virtual void | BeforeFirst ()=0 |
| virtual void | AfterLast ()=0 |
| virtual void | SetFetchDirection (Int_t direction)=0 |
| virtual Int_t | GetFetchDirection ()=0 |
| virtual Int_t | GetRow ()=0 |
| virtual void | SetFetchSize (Int_t rows)=0 |
| virtual Int_t | GetFetchSize ()=0 |
| virtual Int_t | GetType ()=0 |
| virtual Int_t | GetConcurrency ()=0 |
| virtual void | UpdateNull (Int_t columnIndex)=0 |
| virtual void | UpdateBoolean (Int_t columnIndex, Bool_t x)=0 |
| virtual void | UpdateByte (Int_t columnIndex, Char_t x)=0 |
| virtual void | UpdateShort (Int_t columnIndex, Short_t x)=0 |
| virtual void | UpdateInt (Int_t columnIndex, Int_t x)=0 |
| virtual void | UpdateLong (Int_t columnIndex, Long_t x)=0 |
| virtual void | UpdateFloat (Int_t columnIndex, Float_t x)=0 |
| virtual void | UpdateDouble (Int_t columnIndex, Double_t x)=0 |
| virtual void | UpdateString (Int_t columnIndex, const TString &x)=0 |
| virtual void | UpdateBytes (Int_t columnIndex, const TArrayC &x)=0 |
| virtual void | UpdateDate (Int_t columnIndex, const TSQLDate &x)=0 |
| virtual void | UpdateTime (Int_t columnIndex, const TSQLTime &x)=0 |
| virtual void | UpdateTimestamp (Int_t columnIndex, const TSQLTimestamp &x)=0 |
| virtual void | UpdateAsciiStream (Int_t columnIndex, TBuffer *x, Int_t length)=0 |
| virtual void | UpdateBinaryStream (Int_t columnIndex, TBuffer *x, Int_t length)=0 |
| virtual void | UpdateObject (Int_t columnIndex, TObject *x)=0 |
| virtual void | UpdateNull (const TString &columnName)=0 |
| virtual void | UpdateBoolean (const TString &columnName, Bool_t x)=0 |
| virtual void | UpdateByte (const TString &columnName, Char_t x)=0 |
| virtual void | UpdateShort (const TString &columnName, Short_t x)=0 |
| virtual void | UpdateInt (const TString &columnName, Int_t x)=0 |
| virtual void | UpdateLong (const TString &columnName, Long_t x)=0 |
| virtual void | UpdateFloat (const TString &columnName, Float_t x)=0 |
| virtual void | UpdateDouble (const TString &columnName, Double_t x)=0 |
| virtual void | UpdateString (const TString &columnName, const TString &x)=0 |
| virtual void | UpdateBytes (const TString &columnName, const TArrayC &x)=0 |
| virtual void | UpdateDate (const TString &columnName, const TSQLDate &x)=0 |
| virtual void | UpdateTime (const TString &columnName, const TSQLTime &x)=0 |
| virtual void | UpdateTimestamp (const TString &columnName, const TSQLTimestamp &x)=0 |
| virtual void | UpdateAsciiStream (const TString &columnName, TBuffer *x, Int_t length)=0 |
| virtual void | UpdateBinaryStream (const TString &columnName, TBuffer *x, Int_t length)=0 |
| virtual void | UpdateObject (const TString &columnName, TObject *x)=0 |
| virtual Bool_t | RowUpdated ()=0 |
| virtual Bool_t | RowInserted ()=0 |
| virtual Bool_t | RowDeleted ()=0 |
| virtual void | InsertRow ()=0 |
| virtual void | UpdateRow ()=0 |
| virtual void | DeleteRow ()=0 |
| virtual void | RefreshRow ()=0 |
| virtual void | CancelRowUpdates ()=0 |
| virtual void | MoveToInsertRow ()=0 |
| virtual void | MoveToCurrentRow ()=0 |
| virtual void | Close (const Option_t *option="")=0 |
| virtual TSQLRow * | Next ()=0 |
| virtual TSQLRow * | Previous ()=0 |
| virtual TSQLRow * | First ()=0 |
| virtual TSQLRow * | Last ()=0 |
| virtual TSQLRow * | Absolute (Int_t row)=0 |
| virtual TSQLRow * | Relative (Int_t rows)=0 |
| virtual TSQLResultSetMetaData * | GetMetaData ()=0 |
| virtual TSQLStatement * | GetStatement () const |
| virtual Int_t | GetFieldCount () |
| virtual const char * | GetFieldName (Int_t field) |
| virtual void | Print (Option_t *option="") const |
| virtual TTree * | Tree (Int_t begin=0, Int_t end=0) |
Public Member Functions inherited from TSQL | |
| TSQL (void *imp=0) | |
| virtual | ~TSQL () |
| virtual void | Throw (TSQLException *e) |
| TList * | GetWarnings () const |
| void | ClearWarnings () |
| virtual Bool_t | IsValid () const |
Protected Member Functions | |
| TSQLResultSet (TSQLStatement *stmt=0, void *imp=0) | |
Protected Attributes | |
| RDBCRow * | fRow |
| TSQLStatement * | fStatement |
| TSQLResultSetMetaData * | fMetaData |
Protected Attributes inherited from TSQL | |
| TList * | fWarnings |
| void * | fImp |
Friends | |
| class | TSQLStatement |
Additional Inherited Members | |
Static Public Member Functions inherited from TSQL | |
| static Bool_t | SetHandler (const TString &handler) |
| static Bool_t | UnsetHandler (const TString &handler="") |
Definition at line 40 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 40 of file TSQLResultSet.h
|
protected |
Definition at line 223 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 223 of file MySQLResultSet.cxx
References TSQL::fImp, fMetaData, MySQLResultSetPrivate::fMYSQL_RES, fRow, and fStatement.
|
virtual |
Definition at line 234 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 234 of file MySQLResultSet.cxx
References TSQL::fImp, fMetaData, and fRow.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2168 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2168 of file MySQLResultSet.cxx
Referenced by Print(), and Tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1182 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1182 of file MySQLResultSet.cxx
References MySQLResultSetPrivate::fDoingUpdates, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, MySQLResultSetPrivate::fOnInsertRow, and Jetscape::null.
Referenced by Compare().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1159 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1159 of file MySQLResultSet.cxx
References MySQLResultSetPrivate::fCurrentRow, MySQLResultSetPrivate::fDoingUpdates, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, MySQLResultSetPrivate::fOnInsertRow, and Jetscape::null.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2039 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2039 of file MySQLResultSet.cxx
|
pure virtual |
Definition at line 2331 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2331 of file MySQLResultSet.cxx
References TSQL::fImp, fMetaData, and fRow.
Referenced by TSQLStatement::Execute(), and TSQLStatement::ExecuteQuery().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2002 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2002 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1067 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1067 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and i.
Referenced by GetAsciiStream(), GetBinaryStream(), GetBoolean(), GetByte(), GetBytes(), GetDate(), GetDouble(), GetFloat(), GetInt(), GetLong(), GetObject(), GetShort(), GetString(), GetTime(), GetTimestamp(), UpdateAsciiStream(), UpdateBinaryStream(), UpdateBoolean(), UpdateByte(), UpdateBytes(), UpdateDate(), UpdateDouble(), UpdateFloat(), UpdateInt(), UpdateLong(), UpdateNull(), UpdateObject(), UpdateShort(), UpdateString(), UpdateTime(), and UpdateTimestamp().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2135 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2135 of file MySQLResultSet.cxx
References con, TSQLStatement::fConnection, MySQLResultSetPrivate::fCurrentRow, MySQLResultSetPrivate::fDoingUpdates, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, MySQLResultSetPrivate::fOnInsertRow, fRow, fStatement, kTYPE_FORWARD_ONLY, Acts::IntegrationTest::L, and TSQL::Throw().
Referenced by Compare(), and DbForm::First().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 645 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 645 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetAsciiStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 957 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 957 of file MySQLResultSet.cxx
References FindColumn(), and GetAsciiStream().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 687 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 687 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetBinaryStream(), and GetObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 984 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 984 of file MySQLResultSet.cxx
References FindColumn(), and GetBinaryStream().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 294 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 294 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, str, and TSQL::Throw().
Referenced by GetBoolean().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 776 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 776 of file MySQLResultSet.cxx
References FindColumn(), and GetBoolean().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 327 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 327 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, str, and TSQL::Throw().
Referenced by GetByte().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 792 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 792 of file MySQLResultSet.cxx
References FindColumn(), and GetByte().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 521 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 521 of file MySQLResultSet.cxx
References TauVsDIS_MachineLearning_Differentiation::array, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetBytes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 888 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 888 of file MySQLResultSet.cxx
References FindColumn(), and GetBytes().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1306 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1306 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1027 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1027 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 552 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 552 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetDate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 906 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 906 of file MySQLResultSet.cxx
References FindColumn(), and GetDate().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 493 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 493 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetDouble(), and Tree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 872 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 872 of file MySQLResultSet.cxx
References FindColumn(), and GetDouble().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1275 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1275 of file MySQLResultSet.cxx
|
virtual |
Definition at line 2307 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2307 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
|
virtual |
Definition at line 2316 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2316 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 465 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 465 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetFloat(), RDBCemp(), RDBCTestInt(), and Tree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 856 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 856 of file MySQLResultSet.cxx
References FindColumn(), and GetFloat().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 400 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 400 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by PgPostBankBackupManager::CleanTable(), Compare(), RDBCBench::DoOne(), PgPostBankBackupManager::dumpTable(), PgPostBankBackupManager::fetchAllBank2TFile(), PgPostBankManager::fetchBank(), GetInt(), PgPostBankBackupManager::getListOfRId(), PgPostBankBackupManager::getTotalRowCount(), PgPostCalBankIterator::next(), RDBCemp(), RDBCfirst(), RDBCTestInt(), PgPostBankBackupManager::SQLResultSet2BackupStorage(), and Tree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 824 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 824 of file MySQLResultSet.cxx
References FindColumn(), and GetInt().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 428 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 428 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, Acts::IntegrationTest::L, G4PLUGDOOR::length, TSQL::Throw(), and value.
Referenced by PgPostBankBackupManager::dumpTable(), PgPostBankManager::fetchBank(), GetLong(), PgPostCalBankIterator::next(), RDBCfirst(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 840 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 840 of file MySQLResultSet.cxx
References FindColumn(), and GetLong().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1053 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1053 of file MySQLResultSet.cxx
References TSQL::fImp, and fMetaData.
Referenced by ClassImpQ(), DbForm::HandleExecuteQuery(), RDBCTestMetaData(), and SaveAsCSV().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 727 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 727 of file MySQLResultSet.cxx
References KFPMath::b, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, GetBinaryStream(), and TSQL::Throw().
Referenced by PgPostBankBackupManager::dumpTable(), PgPostBankManager::fetchBank(), GetObject(), PgPostCalBankIterator::next(), RDBCconsumer(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1012 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1012 of file MySQLResultSet.cxx
References FindColumn(), and GetObject().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1204 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1204 of file MySQLResultSet.cxx
References MySQLResultSetPrivate::fCurrentRow, TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
Referenced by Compare(), DbForm::DisplayResults(), PgPostBankBackupManager::fetchAllBank2TFile(), DbForm::HandleExecuteQuery(), Print(), RDBCemp(), PgPostBankBackupManager::SQLResultSet2BackupStorage(), and Tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 372 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 372 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetShort(), and Tree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 808 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 808 of file MySQLResultSet.cxx
References FindColumn(), and GetShort().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 150 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 150 of file TSQLResultSet.h
References fStatement.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 266 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 266 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by ClassImpQ(), Compare(), DbForm::DisplayResults(), PgPostBankBackupManager::dumpTable(), PgPostBankManager::fetchBank(), Fill(), GetString(), TSQLDatabaseMetaData::GetUserName(), TSQLImporter::LoadCatalog(), PgPostCalBankIterator::next(), Print(), RDBCconsumer(), RDBCemp(), RDBCfirst(), RDBCTestInt(), RDBCTestMetaData(), SaveAsCSV(), TRDBCServer::ServerInfo(), PgPostBankBackupManager::SQLResultSet2BackupStorage(), and Tree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 760 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 760 of file MySQLResultSet.cxx
References FindColumn(), and GetString().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 583 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 583 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetTime().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 923 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 923 of file MySQLResultSet.cxx
References FindColumn(), and GetTime().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 614 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 614 of file MySQLResultSet.cxx
References TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, and TSQL::Throw().
Referenced by GetTimestamp().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 940 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 940 of file MySQLResultSet.cxx
References FindColumn(), and GetTimestamp().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1290 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1290 of file MySQLResultSet.cxx
References kTYPE_SCROLL_INSENSITIVE.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1974 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1974 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1105 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1105 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
Referenced by Compare(), DbForm::DisplayResults(), and DbForm::UpdateColumn().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1088 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1088 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
Referenced by Compare(), DbForm::DisplayResults(), and DbForm::UpdateColumn().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1122 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1122 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
Referenced by Compare().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1138 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1138 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fMYSQL_RES.
Referenced by Compare().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2290 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2290 of file MySQLResultSet.cxx
References fRow.
Referenced by Compare(), and DbForm::Last().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2076 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2076 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2054 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2054 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2106 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2106 of file MySQLResultSet.cxx
References MySQLResultSetPrivate::fDoingUpdates, TSQL::fImp, MySQLResultSetPrivate::fMYSQL_RES, MySQLResultSetPrivate::fOnInsertRow, and fRow.
Referenced by PgPostBankBackupManager::CleanTable(), RDBCBench::DoOne(), PgPostBankBackupManager::dumpTable(), PgPostBankBackupManager::fetchAllBank2TFile(), PgPostBankManager::fetchBank(), PgPostBankBackupManager::fetchBank(), Fill(), PgPostBankBackupManager::getListOfRId(), PgPostBankBackupManager::getTotalRowCount(), TSQLDatabaseMetaData::GetUserName(), PgPostBankBackupManager::isRIdExist(), TSQLImporter::LoadCatalog(), PgPostCalBankIterator::next(), DbForm::Next(), Print(), RDBCconsumer(), RDBCemp(), RDBCfirst(), RDBCTestInt(), RDBCTestMetaData(), SaveAsCSV(), TRDBCServer::ServerInfo(), and Tree().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2269 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2269 of file MySQLResultSet.cxx
References fRow.
Referenced by Compare(), and DbForm::Prev().
Here is the caller graph for this function:
|
virtual |
Definition at line 2377 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2377 of file MySQLResultSet.cxx
References Absolute(), TSQL::fImp, fMetaData, fStatement, TSQLResultSetMetaData::GetColumnCount(), TSQLResultSetMetaData::GetColumnDisplaySize(), TSQLResultSetMetaData::GetColumnName(), TSQLStatement::GetResultSetType(), GetRow(), GetString(), GetValueFromOption(), i, kTYPE_FORWARD_ONLY, Next(), str, and TSQL::Throw().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2014 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2014 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 2244 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2244 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1364 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1364 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1344 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1344 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1324 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1324 of file MySQLResultSet.cxx
|
pure virtual |
Implemented in ODBCResultSet.
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1251 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1251 of file MySQLResultSet.cxx
References parse_cmake_options::rows.
|
virtual |
Definition at line 2507 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 2507 of file MySQLResultSet.cxx
References Absolute(), fMetaData, fStatement, TSQLResultSetMetaData::GetColumnCount(), TSQLResultSetMetaData::GetColumnName(), TSQLResultSetMetaData::GetColumnType(), GetDouble(), GetFloat(), GetInt(), TSQLResultSetMetaData::GetPrecision(), TSQLStatement::GetResultSetType(), GetRow(), GetShort(), GetString(), TSQLResultSetMetaData::GetTableName(), i, kBIGINT, kBIT, kCHAR, kDATE, kDECIMAL, kDOUBLE, kFLOAT, kINTEGER, kLONGVARBINARY, kLONGVARCHAR, kNUMERIC, kREAL, kSMALLINT, kTIME, kTIMESTAMP, kTINYINT, kTYPE_FORWARD_ONLY, kVARBINARY, kVARCHAR, Acts::UnitConstants::mm, Next(), offset, str, t, Acts::Test::tmp(), tree, and parse_cmake_options::type.
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1611 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1611 of file MySQLResultSet.cxx
Referenced by UpdateAsciiStream().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1913 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1913 of file MySQLResultSet.cxx
References FindColumn(), and UpdateAsciiStream().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1631 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1631 of file MySQLResultSet.cxx
Referenced by UpdateBinaryStream(), and UpdateObject().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1934 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1934 of file MySQLResultSet.cxx
References FindColumn(), and UpdateBinaryStream().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1401 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1401 of file MySQLResultSet.cxx
Referenced by UpdateBoolean().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1692 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1692 of file MySQLResultSet.cxx
References FindColumn(), and UpdateBoolean().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1418 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1418 of file MySQLResultSet.cxx
Referenced by UpdateByte().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1710 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1710 of file MySQLResultSet.cxx
References FindColumn(), and UpdateByte().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1539 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1539 of file MySQLResultSet.cxx
Referenced by UpdateBytes().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1837 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1837 of file MySQLResultSet.cxx
References FindColumn(), and UpdateBytes().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1557 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1557 of file MySQLResultSet.cxx
Referenced by UpdateDate().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1856 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1856 of file MySQLResultSet.cxx
References FindColumn(), and UpdateDate().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1503 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1503 of file MySQLResultSet.cxx
Referenced by UpdateDouble().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1800 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1800 of file MySQLResultSet.cxx
References FindColumn(), and UpdateDouble().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1486 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1486 of file MySQLResultSet.cxx
Referenced by UpdateFloat().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1782 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1782 of file MySQLResultSet.cxx
References FindColumn(), and UpdateFloat().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1452 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1452 of file MySQLResultSet.cxx
Referenced by UpdateInt().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1746 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1746 of file MySQLResultSet.cxx
References FindColumn(), and UpdateInt().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1469 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1469 of file MySQLResultSet.cxx
Referenced by UpdateLong().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1764 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1764 of file MySQLResultSet.cxx
References FindColumn(), and UpdateLong().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1385 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1385 of file MySQLResultSet.cxx
Referenced by UpdateNull().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1674 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1674 of file MySQLResultSet.cxx
References FindColumn(), and UpdateNull().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1651 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1651 of file MySQLResultSet.cxx
References KFPMath::b, and UpdateBinaryStream().
Referenced by Fill(), and UpdateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1955 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1955 of file MySQLResultSet.cxx
References FindColumn(), and UpdateObject().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1990 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1990 of file MySQLResultSet.cxx
Referenced by Fill().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1435 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1435 of file MySQLResultSet.cxx
Referenced by UpdateShort().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1728 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1728 of file MySQLResultSet.cxx
References FindColumn(), and UpdateShort().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1521 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1521 of file MySQLResultSet.cxx
Referenced by DbForm::UpdateColumn(), and UpdateString().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1818 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1818 of file MySQLResultSet.cxx
References FindColumn(), and UpdateString().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1575 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1575 of file MySQLResultSet.cxx
Referenced by UpdateTime().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1875 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1875 of file MySQLResultSet.cxx
References FindColumn(), and UpdateTime().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1593 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1593 of file MySQLResultSet.cxx
Referenced by UpdateTimestamp().
Here is the caller graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 1894 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 1894 of file MySQLResultSet.cxx
References FindColumn(), and UpdateTimestamp().
Here is the call graph for this function:
|
pure virtual |
Implemented in ODBCResultSet.
Definition at line 248 of file MySQLResultSet.cxx.
View newest version in sPHENIX GitHub at line 248 of file MySQLResultSet.cxx
References TSQL::fImp, and MySQLResultSetPrivate::fWasNull.
|
friend |
Definition at line 42 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 42 of file TSQLResultSet.h
|
protected |
Definition at line 47 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 47 of file TSQLResultSet.h
Referenced by ClassImpQ(), ODBCResultSet::Close(), Close(), ODBCResultSet::GetMetaData(), GetMetaData(), ODBCResultSet::ODBCResultSet(), Print(), Tree(), TSQLResultSet(), ODBCResultSet::~ODBCResultSet(), and ~TSQLResultSet().
|
protected |
Definition at line 45 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 45 of file TSQLResultSet.h
Referenced by ODBCResultSet::Absolute(), ODBCResultSet::Close(), Close(), ODBCResultSet::First(), First(), ODBCResultSet::Last(), Last(), ODBCResultSet::Next(), Next(), ODBCResultSet::ODBCResultSet(), ODBCResultSet::Previous(), Previous(), ODBCResultSet::Relative(), TSQLResultSet(), ODBCResultSet::~ODBCResultSet(), and ~TSQLResultSet().
|
protected |
Definition at line 46 of file TSQLResultSet.h.
View newest version in sPHENIX GitHub at line 46 of file TSQLResultSet.h
Referenced by First(), GetStatement(), ODBCResultSet::ODBCResultSet(), Print(), Tree(), TSQLResultSet(), and ODBCResultSet::~ODBCResultSet().