summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlselectcursor.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-28 10:17:01 +0900
committerMichele Calgaro <[email protected]>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/man/man3/tqsqlselectcursor.3qt
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz
tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqsqlselectcursor.3qt')
-rw-r--r--doc/man/man3/tqsqlselectcursor.3qt32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tqsqlselectcursor.3qt b/doc/man/man3/tqsqlselectcursor.3qt
index a169131f9..231287936 100644
--- a/doc/man/man3/tqsqlselectcursor.3qt
+++ b/doc/man/man3/tqsqlselectcursor.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QSqlSelectCursor 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQSqlSelectCursor 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,30 +7,30 @@
.ad l
.nh
.SH NAME
-QSqlSelectCursor \- Browsing of general SQL SELECT statements
+TQSqlSelectCursor \- Browsing of general SQL SELECT statements
.SH SYNOPSIS
-\fC#include <ntqsqlselectcursor.h>\fR
+\fC#include <tqsqlselectcursor.h>\fR
.PP
-Inherits QSqlCursor.
+Inherits TQSqlCursor.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQSqlSelectCursor\fR ( const TQString & query = TQString::null, QSqlDatabase * db = 0 )"
+.BI "\fBQSqlSelectCursor\fR ( const TQString & query = TQString::null, TQSqlDatabase * db = 0 )"
.br
.ti -1c
-.BI "\fBQSqlSelectCursor\fR ( const QSqlSelectCursor & other )"
+.BI "\fBQSqlSelectCursor\fR ( const TQSqlSelectCursor & other )"
.br
.ti -1c
-.BI "\fB~QSqlSelectCursor\fR ()"
+.BI "\fB~TQSqlSelectCursor\fR ()"
.br
.in -1c
.SH DESCRIPTION
-The QSqlSelectCursor class provides browsing of general SQL SELECT statements.
+The TQSqlSelectCursor class provides browsing of general SQL SELECT statements.
.PP
-QSqlSelectCursor is a convenience class that makes it possible to display result sets from general SQL \fCSELECT\fR statements in data-aware TQt widgets. QSqlSelectCursor is read-only and does not support \fCINSERT\fR, \fCUPDATE\fR or \fCDELETE\fR operations.
+TQSqlSelectCursor is a convenience class that makes it possible to display result sets from general SQL \fCSELECT\fR statements in data-aware TQt widgets. TQSqlSelectCursor is read-only and does not support \fCINSERT\fR, \fCUPDATE\fR or \fCDELETE\fR operations.
.PP
-Pass the query in at construction time, or use the QSqlSelectCursor::exec() function.
+Pass the query in at construction time, or use the TQSqlSelectCursor::exec() function.
.PP
Example:
.PP
@@ -38,9 +38,9 @@ Example:
.br
...
.br
- QSqlSelectCursor* cur = new QSqlSelectCursor( "SELECT id, firstname, lastname FROM author" );
+ TQSqlSelectCursor* cur = new TQSqlSelectCursor( "SELECT id, firstname, lastname FROM author" );
.br
- QDataTable* table = new QDataTable( this );
+ TQDataTable* table = new TQDataTable( this );
.br
table->setSqlCursor( cur, TRUE, TRUE );
.br
@@ -58,15 +58,15 @@ Example:
.PP
See also Database Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QSqlSelectCursor::QSqlSelectCursor ( const TQString & query = TQString::null, QSqlDatabase * db = 0 )"
+.SH "TQSqlSelectCursor::TQSqlSelectCursor ( const TQString & query = TQString::null, TQSqlDatabase * db = 0 )"
Constructs a read only cursor on database \fIdb\fR using the query \fIquery\fR.
-.SH "QSqlSelectCursor::QSqlSelectCursor ( const QSqlSelectCursor & other )"
+.SH "TQSqlSelectCursor::TQSqlSelectCursor ( const TQSqlSelectCursor & other )"
Constructs a copy of \fIother\fR
-.SH "QSqlSelectCursor::~QSqlSelectCursor ()"
+.SH "TQSqlSelectCursor::~TQSqlSelectCursor ()"
Destroys the object and frees any allocated resources
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqsqlselectcursor.html
+.BR http://doc.trolltech.com/tqsqlselectcursor.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the