|
FEDRA emulsion software from the OPERA Collaboration
|
#include <TOracleServer.h>


Public Member Functions | |
| void | Close (Option_t *opt="") |
| Int_t | CreateDataBase (const char *dbname) |
| Int_t | DropDataBase (const char *dbname) |
| TSQLResult * | GetColumns (const char *dbname, const char *table, const char *wild=0) |
| TSQLResult * | GetDataBases (const char *wild=0) |
| TSQLResult * | GetTables (const char *dbname, const char *wild=0) |
| Int_t | PrintResult () |
| Int_t | PrintResultStr (TString &result) |
| TSQLResult * | Query (const char *sql) |
| Int_t | QueryTree (char *query, TTree *tree, char *leafs=0) |
| Int_t | Reload () |
| Int_t | SelectDataBase (const char *dbname) |
| const char * | ServerInfo () |
| Int_t | Shutdown () |
| TOracleServer (const char *db, const char *uid, const char *pw) | |
| ~TOracleServer () | |
Private Attributes | |
| Connection * | fConn |
| Environment * | fEnv |
| oracle::occi::Statement * | fStmt |
Friends | |
| class | TOracleServerE |
| class | TOracleServerE2 |
| class | TOracleServerE2W |
| class | TOracleServerE2WFB |
| class | TOracleServerE2WX |
| TOracleServer::TOracleServer | ( | const char * | db, |
| const char * | uid, | ||
| const char * | pw | ||
| ) |
| TOracleServer::~TOracleServer | ( | ) |
| void TOracleServer::Close | ( | Option_t * | opt = "" | ) |
| Int_t TOracleServer::CreateDataBase | ( | const char * | dbname | ) |
| Int_t TOracleServer::DropDataBase | ( | const char * | dbname | ) |
| TSQLResult * TOracleServer::GetColumns | ( | const char * | dbname, |
| const char * | table, | ||
| const char * | wild = 0 |
||
| ) |
| TSQLResult * TOracleServer::GetDataBases | ( | const char * | wild = 0 | ) |
| TSQLResult * TOracleServer::GetTables | ( | const char * | dbname, |
| const char * | wild = 0 |
||
| ) |
| Int_t TOracleServer::PrintResult | ( | ) |
| Int_t TOracleServer::PrintResultStr | ( | TString & | result | ) |
| TSQLResult * TOracleServer::Query | ( | const char * | sql | ) |
| Int_t TOracleServer::QueryTree | ( | char * | query, |
| TTree * | tree, | ||
| char * | leafs = 0 |
||
| ) |
| Int_t TOracleServer::Reload | ( | ) |
| Int_t TOracleServer::SelectDataBase | ( | const char * | dbname | ) |
| const char * TOracleServer::ServerInfo | ( | ) |
| Int_t TOracleServer::Shutdown | ( | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |
|
private |