QTDSResult Class Reference

#include <qsql_tds.h>

Class Description

Definition at line 78 of file qsql_tds.h.

+ Inheritance diagram for QTDSResult:

Public Member Functions

 QTDSResult (const QTDSDriver *db)
 
 ~QTDSResult ()
 
QVariant handle () const
 

Protected Member Functions

void cleanup ()
 
bool reset (const QString &query)
 
int size ()
 
int numRowsAffected ()
 
bool gotoNext (QSqlCachedResult::ValueCache &values, int index)
 
QSqlRecord record () const
 

Constructor & Destructor Documentation

QTDSResult ( const QTDSDriver db)
explicit
~QTDSResult ( )

Member Function Documentation

QVariant handle ( ) const
void cleanup ( )
protected
bool reset ( const QString query)
protected
int size ( )
protected
int numRowsAffected ( )
protected
bool gotoNext ( QSqlCachedResult::ValueCache &  values,
int  index 
)
protected
QSqlRecord record ( ) const
protected

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