Analysis Software
Documentation for sPHENIX simulation software
|
This is the complete list of members for ODBCConnection, including all inherited members.
ClearWarnings() | TSQL | |
Close() | ODBCConnection | virtual |
Commit() | ODBCConnection | virtual |
CreateStatement() | ODBCConnection | virtual |
CreateStatement(Int_t resultSetType, Int_t resultSetConcurrency) | ODBCConnection | virtual |
fImp | TSQL | protected |
fListOfStatements | TSQLConnection | protected |
fMetaData | TSQLConnection | protected |
fWarnings | TSQL | protected |
GetAutoCommit() | ODBCConnection | virtual |
GetCatalog() | ODBCConnection | virtual |
GetListOfStatements() const | TSQLConnection | inline |
GetLoginTimeout() | ODBCConnection | static |
GetMetaData() | ODBCConnection | virtual |
GetName() const | TSQLConnection | virtual |
GetTitle() const | TSQLConnection | virtual |
GetTrace() | ODBCConnection | virtual |
GetTraceFile() | ODBCConnection | virtual |
GetTransactionIsolation() | ODBCConnection | virtual |
GetWarnings() const | TSQL | inline |
HasBatchSupport() | ODBCConnection | virtual |
IsClosed() | TSQLConnection | virtual |
IsReadOnly() | ODBCConnection | virtual |
IsValid() const | TSQL | inlinevirtual |
ls(Option_t *option="") const | TSQLConnection | inlinevirtual |
NativeSQL(const TString &sql) | ODBCConnection | virtual |
ODBCConnection(const TString &url, const TString &username, const TString &password) | ODBCConnection | |
ODBCConnection(const TString &connectString) | ODBCConnection | |
PrepareCall(const TString &sql) | ODBCConnection | virtual |
PrepareCall(const TString &sql, Int_t resultSetType, Int_t resultSetConcurrency) | ODBCConnection | virtual |
PrepareStatement(const TString &sql) | ODBCConnection | virtual |
PrepareStatement(const TString &sql, Int_t resultSetType, Int_t resultSetConcurrency) | ODBCConnection | virtual |
Print(Option_t *option="") const | TSQLConnection | virtual |
RefreshDataSources(TList *datasoures) | ODBCConnection | static |
RefreshDrivers(TList *drivers) | ODBCConnection | static |
Rollback() | ODBCConnection | virtual |
SetAutoCommit(Bool_t autoCommit=kTRUE) | ODBCConnection | virtual |
SetCatalog(const TString &catalog) | ODBCConnection | virtual |
SetHandler(const TString &handler) | TSQL | static |
SetLoginTimeout(Int_t seconds) | ODBCConnection | static |
SetReadOnly(Bool_t readOnly=kTRUE) | ODBCConnection | virtual |
SetTrace(Bool_t trace=kTRUE) | ODBCConnection | virtual |
SetTraceFile(const TString &filename) | ODBCConnection | virtual |
SetTransactionIsolation(Int_t level) | ODBCConnection | virtual |
SetURL(const TString &url) | TSQLConnection | protected |
Shutdown() | ODBCConnection | static |
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 |
UnsetHandler(const TString &handler="") | TSQL | static |
~ODBCConnection() | ODBCConnection | privatevirtual |
~TSQL() | TSQL | virtual |
~TSQLConnection() | TSQLConnection | protectedvirtual |