Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MySQLResultSetPrivate Class Reference

#include <RDBC/blob/master/mysql/MySQLResultSetPrivate.h>

Private Member Functions

void Close ()
 

Private Attributes

Int_t fCurrentRow
 
Bool_t fWasNull
 
Bool_t fReallyResult
 
Bool_t fOnInsertRow
 
Bool_t fDoingUpdates
 
Long_t fUpdateID
 
Long_t fUpdateCount
 
MYSQL_RES * fMYSQL_RES
 
Int_t * fColumnPrecisions
 
Int_t * fColumnTypes
 
TString * fColumnTypeNames
 

Friends

class TSQLResultSet
 
class TSQLResultSetMetaData
 

Detailed Description

Definition at line 13 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 13 of file MySQLResultSetPrivate.h

Member Function Documentation

Friends And Related Function Documentation

friend class TSQLResultSet
friend

Definition at line 15 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 15 of file MySQLResultSetPrivate.h

friend class TSQLResultSetMetaData
friend

Definition at line 16 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 16 of file MySQLResultSetPrivate.h

Member Data Documentation

Int_t* MySQLResultSetPrivate::fColumnPrecisions
private

Definition at line 30 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 30 of file MySQLResultSetPrivate.h

Referenced by ClassImpQ(), Close(), TSQLResultSetMetaData::GetColumnDisplaySize(), and TSQLResultSetMetaData::GetPrecision().

TString* MySQLResultSetPrivate::fColumnTypeNames
private

Definition at line 32 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 32 of file MySQLResultSetPrivate.h

Referenced by ClassImpQ(), Close(), and TSQLResultSetMetaData::GetColumnTypeName().

Int_t* MySQLResultSetPrivate::fColumnTypes
private

Definition at line 31 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 31 of file MySQLResultSetPrivate.h

Referenced by ClassImpQ(), Close(), and TSQLResultSetMetaData::GetColumnType().

Int_t MySQLResultSetPrivate::fCurrentRow
private
Bool_t MySQLResultSetPrivate::fDoingUpdates
private

Definition at line 24 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 24 of file MySQLResultSetPrivate.h

Referenced by TSQLResultSet::AfterLast(), TSQLResultSet::BeforeFirst(), TSQLResultSet::First(), and TSQLResultSet::Next().

MYSQL_RES* MySQLResultSetPrivate::fMYSQL_RES
private

Definition at line 29 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 29 of file MySQLResultSetPrivate.h

Referenced by TSQLResultSet::AfterLast(), TSQLResultSet::BeforeFirst(), ClassImpQ(), Close(), TSQLStatement::Execute(), TSQLStatement::ExecuteQuery(), TSQLResultSet::FindColumn(), TSQLResultSet::First(), TSQLResultSet::GetAsciiStream(), TSQLResultSet::GetBinaryStream(), TSQLResultSet::GetBoolean(), TSQLResultSet::GetByte(), TSQLResultSet::GetBytes(), TSQLResultSetMetaData::GetCatalogName(), TSQLDatabaseMetaData::GetCatalogs(), TSQLResultSetMetaData::GetColumnCount(), TSQLResultSetMetaData::GetColumnDisplaySize(), TSQLResultSetMetaData::GetColumnLabel(), TSQLResultSetMetaData::GetColumnName(), TSQLResultSetMetaData::GetColumnType(), TSQLResultSetMetaData::GetColumnTypeName(), TSQLResultSet::GetDate(), TSQLResultSet::GetDouble(), TSQLResultSet::GetFieldCount(), TSQLResultSet::GetFieldName(), TSQLResultSet::GetFloat(), TSQLResultSet::GetInt(), TSQLResultSet::GetLong(), TSQLResultSet::GetObject(), TSQLResultSetMetaData::GetPrecision(), TSQLResultSet::GetRow(), TSQLResultSetMetaData::GetScale(), TSQLResultSetMetaData::GetSchemaName(), TSQLDatabaseMetaData::GetSchemas(), TSQLResultSet::GetShort(), TSQLResultSet::GetString(), TSQLResultSetMetaData::GetTableName(), TSQLDatabaseMetaData::GetTables(), TSQLDatabaseMetaData::GetTableTypes(), TSQLResultSet::GetTime(), TSQLResultSet::GetTimestamp(), TSQLResultSet::IsAfterLast(), TSQLResultSetMetaData::IsAutoIncrement(), TSQLResultSet::IsBeforeFirst(), TSQLResultSetMetaData::IsCaseSensitive(), TSQLResultSetMetaData::IsCurrency(), TSQLResultSetMetaData::IsDefinitelyWritable(), TSQLResultSet::IsFirst(), TSQLResultSet::IsLast(), TSQLResultSetMetaData::IsNullable(), TSQLResultSetMetaData::IsReadOnly(), TSQLResultSetMetaData::IsSearchable(), TSQLResultSetMetaData::IsSigned(), TSQLResultSetMetaData::IsWritable(), TSQLResultSet::Next(), and TSQLResultSet::TSQLResultSet().

Bool_t MySQLResultSetPrivate::fOnInsertRow
private

Definition at line 23 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 23 of file MySQLResultSetPrivate.h

Referenced by TSQLResultSet::AfterLast(), TSQLResultSet::BeforeFirst(), TSQLResultSet::First(), and TSQLResultSet::Next().

Bool_t MySQLResultSetPrivate::fReallyResult
private

Definition at line 21 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 21 of file MySQLResultSetPrivate.h

Referenced by TSQLStatement::Execute(), and TSQLStatement::ExecuteQuery().

Long_t MySQLResultSetPrivate::fUpdateCount
private

Definition at line 27 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 27 of file MySQLResultSetPrivate.h

Long_t MySQLResultSetPrivate::fUpdateID
private

Definition at line 26 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 26 of file MySQLResultSetPrivate.h

Bool_t MySQLResultSetPrivate::fWasNull
private

Definition at line 20 of file MySQLResultSetPrivate.h.

View newest version in sPHENIX GitHub at line 20 of file MySQLResultSetPrivate.h

Referenced by TSQLResultSet::WasNull().


The documentation for this class was generated from the following file: