![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
This is the complete list of members for TSQLConnection, including all inherited members.
| ClearWarnings() | TSQL | |
| Close() | TSQLConnection | virtual |
| Commit()=0 | TSQLConnection | pure virtual |
| CreateStatement()=0 | TSQLConnection | pure virtual |
| CreateStatement(Int_t resultSetType, Int_t resultSetConcurrency)=0 | TSQLConnection | pure virtual |
| fImp | TSQL | protected |
| fListOfStatements | TSQLConnection | protected |
| fMetaData | TSQLConnection | protected |
| fWarnings | TSQL | protected |
| GetAutoCommit()=0 | TSQLConnection | pure virtual |
| GetCatalog()=0 | TSQLConnection | pure virtual |
| GetListOfStatements() const | TSQLConnection | inline |
| GetMetaData()=0 | TSQLConnection | pure virtual |
| GetName() const | TSQLConnection | virtual |
| GetTitle() const | TSQLConnection | virtual |
| GetTrace()=0 | TSQLConnection | pure virtual |
| GetTraceFile()=0 | TSQLConnection | pure virtual |
| GetTransactionIsolation()=0 | TSQLConnection | pure virtual |
| GetWarnings() const | TSQL | inline |
| HasBatchSupport()=0 | TSQLConnection | pure virtual |
| IsClosed() | TSQLConnection | virtual |
| IsReadOnly()=0 | TSQLConnection | pure virtual |
| IsValid() const | TSQL | inlinevirtual |
| ls(Option_t *option="") const | TSQLConnection | inlinevirtual |
| NativeSQL(const TString &sql)=0 | TSQLConnection | pure virtual |
| PrepareCall(const TString &sql)=0 | TSQLConnection | pure virtual |
| PrepareCall(const TString &sql, Int_t resultSetType, Int_t resultSetConcurrency)=0 | TSQLConnection | pure virtual |
| PrepareStatement(const TString &sql)=0 | TSQLConnection | pure virtual |
| PrepareStatement(const TString &sql, Int_t resultSetType, Int_t resultSetConcurrency)=0 | TSQLConnection | pure virtual |
| Print(Option_t *option="") const | TSQLConnection | virtual |
| Rollback()=0 | TSQLConnection | pure virtual |
| SetAutoCommit(Bool_t autoCommit=kTRUE)=0 | TSQLConnection | pure virtual |
| SetCatalog(const TString &catalog)=0 | TSQLConnection | pure virtual |
| SetHandler(const TString &handler) | TSQL | static |
| SetReadOnly(Bool_t readOnly=kTRUE)=0 | TSQLConnection | pure virtual |
| SetTrace(Bool_t trace=kTRUE)=0 | TSQLConnection | pure virtual |
| SetTraceFile(const TString &filename)=0 | TSQLConnection | pure virtual |
| SetTransactionIsolation(Int_t level)=0 | TSQLConnection | pure virtual |
| SetURL(const TString &url) | TSQLConnection | protected |
| Throw(TSQLException *e) | TSQL | virtual |
| TSQL(void *imp=0) | TSQL | |
| TSQLConnection(const TString &url, const TString &username, const TString &password) | TSQLConnection | protected |
| TSQLConnection(const TString &connectString) | TSQLConnection | protected |
| TSQLDriverManager class | TSQLConnection | friend |
| UnsetHandler(const TString &handler="") | TSQL | static |
| ~TSQL() | TSQL | virtual |
| ~TSQLConnection() | TSQLConnection | protectedvirtual |