12 #ifndef ROOT_TOracleResult 13 #define ROOT_TOracleResult 15 #ifndef ROOT_TSQLResult 21 #if !defined(__CINT__) 30 namespace oracle {
namespace occi {
59 void initResultSet(oracle::occi::Statement *stmt);
63 TOracleResult(oracle::occi::Connection *conn, oracle::occi::Statement *stmt);
64 TOracleResult(oracle::occi::Connection *conn,
const char *tableName);
68 Int_t GetFieldCount();
69 const char *GetFieldName(
Int_t field);
70 virtual Int_t GetRowCount()
const;
oracle::occi::ResultSet * fResult
oracle::occi::Statement * fStmt
#define ClassDef(name, id)
oracle::occi::Connection * fConn
std::vector< oracle::occi::MetaData > * fFieldInfo