12 #ifndef ROOT_TOracleResult 13 #define ROOT_TOracleResult 19 #if !defined(__CINT__) 28 namespace oracle {
namespace occi {
57 void initResultSet(oracle::occi::Statement *stmt);
61 TOracleResult(oracle::occi::Connection *conn, oracle::occi::Statement *stmt);
62 TOracleResult(oracle::occi::Connection *conn,
const char *tableName);
66 Int_t GetFieldCount();
67 const char *GetFieldName(
Int_t field);
68 virtual Int_t GetRowCount()
const;
oracle::occi::ResultSet * fResult
oracle::occi::Statement * fStmt
#define ClassDef(name, id)
oracle::occi::Connection * fConn
Binding & operator=(OUT(*fun)(void))
std::vector< oracle::occi::MetaData > * fFieldInfo