Definition at line 78 of file qsql_tds.h.
#include <qsql_tds.h>
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 |
| QTDSResult | ( | const QTDSDriver * | db | ) | [explicit] |
| ~QTDSResult | ( | ) |
| 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] |