summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlresult.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsqlresult.3qt')
-rw-r--r--doc/man/man3/tqsqlresult.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqsqlresult.3qt b/doc/man/man3/tqsqlresult.3qt
index 06cd05a44..90f402b59 100644
--- a/doc/man/man3/tqsqlresult.3qt
+++ b/doc/man/man3/tqsqlresult.3qt
@@ -65,7 +65,7 @@ TQSqlResult \- Abstract interface for accessing data from SQL databases
.BI "virtual void \fBsetForwardOnly\fR ( bool forward )"
.br
.ti -1c
-.BI "virtual QVariant \fBdata\fR ( int i ) = 0"
+.BI "virtual TQVariant \fBdata\fR ( int i ) = 0"
.br
.ti -1c
.BI "virtual bool \fBisNull\fR ( int i ) = 0"
@@ -108,8 +108,8 @@ Protected constructor which creates a TQSqlResult using database \fIdb\fR. The o
Destroys the object and frees any allocated resources.
.SH "int TQSqlResult::at () const\fC [protected]\fR"
Returns the current (zero-based) position of the result.
-.SH "QVariant TQSqlResult::data ( int i )\fC [pure virtual protected]\fR"
-Returns the data for field \fIi\fR (zero-based) as a QVariant. This function is only called if the result is in an active state and is positioned on a valid record and \fIi\fR is non-negative. Derived classes must reimplement this function and return the value of field \fIi\fR, or QVariant() if it cannot be determined.
+.SH "TQVariant TQSqlResult::data ( int i )\fC [pure virtual protected]\fR"
+Returns the data for field \fIi\fR (zero-based) as a TQVariant. This function is only called if the result is in an active state and is positioned on a valid record and \fIi\fR is non-negative. Derived classes must reimplement this function and return the value of field \fIi\fR, or TQVariant() if it cannot be determined.
.SH "const TQSqlDriver * TQSqlResult::driver () const\fC [protected]\fR"
Returns the driver associated with the result.
.SH "bool TQSqlResult::fetch ( int i )\fC [pure virtual protected]\fR"