12 #ifndef ROOT_TOracleRow
13 #define ROOT_TOracleRow
19 #if !defined(__CINT__)
25 namespace oracle {
namespace occi {
49 std::vector<oracle::occi::MetaData> *fieldMetaData);
~TOracleRow()
Destroy row object.
#define ClassDef(name, id)
TOracleRow(const TOracleRow &)
std::vector< oracle::occi::MetaData > * fFieldInfo
oracle::occi::ResultSet * fResult
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
const char * GetField(Int_t field)
void Close(Option_t *opt="")
Close row.
TOracleRow & operator=(const TOracleRow &)