diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/man/man3/tqsqlresult.3qt | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsqlresult.3qt')
-rw-r--r-- | doc/man/man3/tqsqlresult.3qt | 6 |
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" |