AddBatch(const TString &sql) | ODBCCallableStatement | virtual |
Cancel() | ODBCCallableStatement | virtual |
ClearBatch() | ODBCCallableStatement | virtual |
ClearParameters() | ODBCCallableStatement | virtual |
ClearWarnings() | TSQL | |
Close() | ODBCCallableStatement | virtual |
Execute(const TString &sql="") | ODBCCallableStatement | virtual |
TSQLCallableStatement::Execute(const char *, const char *, int *) | TSQLStatement | inlinevirtual |
TSQLCallableStatement::Execute(TMethod *, TObjArray *, int *) | TSQLStatement | inlinevirtual |
ExecuteBatch() | ODBCCallableStatement | virtual |
ExecuteQuery(const TString &sql="") | ODBCCallableStatement | virtual |
ExecuteUpdate(const TString &sql="") | ODBCCallableStatement | virtual |
fBatches | TSQLStatement | protected |
fConnection | TSQLStatement | protected |
fCurrentResult | TSQLStatement | protected |
fImp | TSQL | protected |
fWarnings | TSQL | protected |
GetBoolean(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetByte(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetBytes(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetConnection() const | TSQLStatement | inline |
GetDate(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetDouble(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetEscapeProcessing() | ODBCCallableStatement | virtual |
GetFetchDirection() | ODBCCallableStatement | virtual |
GetFetchSize() | ODBCCallableStatement | virtual |
GetFloat(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetInt(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetLong(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetMaxFieldSize() | ODBCCallableStatement | virtual |
GetMaxRows() | ODBCCallableStatement | virtual |
GetMoreResults() | ODBCCallableStatement | virtual |
GetQueryTimeout() | ODBCCallableStatement | virtual |
GetResultSet() | ODBCCallableStatement | virtual |
GetResultSetConcurrency() | ODBCCallableStatement | virtual |
GetResultSetType() | ODBCCallableStatement | virtual |
GetShort(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetString(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetTime(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetTimestamp(Int_t parameterIndex) | ODBCCallableStatement | virtual |
GetUpdateCount() | ODBCCallableStatement | virtual |
GetWarnings() const | TSQL | inline |
IsValid() const | TSQL | inlinevirtual |
ODBCCallableStatement(TSQLConnection *con, void *imp=0) | ODBCCallableStatement | protected |
ODBCConnection class | ODBCCallableStatement | friend |
RegisterOutParameter(Int_t parameterIndex, Int_t sqlType) | ODBCCallableStatement | virtual |
RegisterOutParameter(Int_t parameterIndex, Int_t sqlType, Int_t scale) | ODBCCallableStatement | virtual |
SetAsciiStream(Int_t parameterIndex, TBuffer *x, Int_t length) | ODBCCallableStatement | virtual |
SetBinaryStream(Int_t parameterIndex, TBuffer *x, Int_t length) | ODBCCallableStatement | virtual |
SetBoolean(Int_t parameterIndex, Bool_t x) | ODBCCallableStatement | virtual |
SetByte(Int_t parameterIndex, Char_t x) | ODBCCallableStatement | virtual |
SetBytes(Int_t parameterIndex, const TArrayC &x) | ODBCCallableStatement | virtual |
SetCursorName(const TString &name) | ODBCCallableStatement | virtual |
SetDate(Int_t parameterIndex, const TSQLDate &x) | ODBCCallableStatement | virtual |
SetDouble(Int_t parameterIndex, Double_t x) | ODBCCallableStatement | virtual |
SetEscapeProcessing(Bool_t enable=kTRUE) | ODBCCallableStatement | virtual |
SetFetchDirection(Int_t direction) | ODBCCallableStatement | virtual |
SetFetchSize(Int_t rows) | ODBCCallableStatement | virtual |
SetFloat(Int_t parameterIndex, Float_t x) | ODBCCallableStatement | virtual |
SetHandler(const TString &handler) | TSQL | static |
SetInt(Int_t parameterIndex, Int_t x) | ODBCCallableStatement | virtual |
SetLong(Int_t parameterIndex, Long_t x) | ODBCCallableStatement | virtual |
SetMaxFieldSize(Int_t max) | ODBCCallableStatement | virtual |
SetMaxRows(Int_t max) | ODBCCallableStatement | virtual |
SetNull(Int_t parameterIndex, Int_t sqlType) | ODBCCallableStatement | virtual |
SetObject(Int_t parameterIndex, TObject *x) | ODBCCallableStatement | virtual |
SetQueryTimeout(Int_t seconds) | ODBCCallableStatement | virtual |
SetShort(Int_t parameterIndex, Short_t x) | ODBCCallableStatement | virtual |
SetString(Int_t parameterIndex, const TString &x) | ODBCCallableStatement | virtual |
SetTime(Int_t parameterIndex, const TSQLTime &x) | ODBCCallableStatement | virtual |
SetTimestamp(Int_t parameterIndex, const TSQLTimestamp &x) | ODBCCallableStatement | virtual |
Throw(TSQLException *e) | TSQL | virtual |
TSQL(void *imp=0) | TSQL | |
TSQLCallableStatement(TSQLConnection *con, void *imp=0) | TSQLCallableStatement | inlineprotected |
TSQLPreparedStatement(TSQLConnection *con, void *imp=0) | TSQLPreparedStatement | inlineprotected |
TSQLStatement(TSQLConnection *con, void *imp=0) | TSQLStatement | protected |
UnsetHandler(const TString &handler="") | TSQL | static |
WasNull() | ODBCCallableStatement | virtual |
~ODBCCallableStatement() | ODBCCallableStatement | virtual |
~TSQL() | TSQL | virtual |
~TSQLCallableStatement() | TSQLCallableStatement | inlinevirtual |
~TSQLPreparedStatement() | TSQLPreparedStatement | inlinevirtual |
~TSQLStatement() | TSQLStatement | virtual |