summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsql.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/man/man3/tqsql.3qt
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz
tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsql.3qt')
-rw-r--r--doc/man/man3/tqsql.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqsql.3qt b/doc/man/man3/tqsql.3qt
index 717afad8..d6c8d125 100644
--- a/doc/man/man3/tqsql.3qt
+++ b/doc/man/man3/tqsql.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QSql 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQSql 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QSql \- Namespace for TQt SQL identifiers that need to be global-like
+TQSql \- Namespace for TQt SQL identifiers that need to be global-like
.SH SYNOPSIS
-\fC#include <ntqsql.h>\fR
+\fC#include <tqsql.h>\fR
.PP
.SS "Public Members"
.in +1c
@@ -33,13 +33,13 @@ QSql \- Namespace for TQt SQL identifiers that need to be global-like
.br
.in -1c
.SH DESCRIPTION
-The QSql class is a namespace for TQt SQL identifiers that need to be global-like.
+The TQSql class is a namespace for TQt SQL identifiers that need to be global-like.
.PP
Normally, you can ignore this class. Several TQt SQL classes inherit it, so all the identifiers in the TQt SQL namespace are visible without qualification.
.PP
See also Database Classes.
.SS "Member Type Documentation"
-.SH "QSql::Confirm"
+.SH "TQSql::Confirm"
This enum type describes edit confirmations.
.TP
\fCQSql::Yes\fR
@@ -47,13 +47,13 @@ This enum type describes edit confirmations.
\fCQSql::No\fR
.TP
\fCQSql::Cancel\fR
-.SH "QSql::Location"
+.SH "TQSql::Location"
This enum type describes SQL navigation locations.
.TP
\fCQSql::BeforeFirst\fR
.TP
\fCQSql::AfterLast\fR
-.SH "QSql::Op"
+.SH "TQSql::Op"
This enum type describes edit operations.
.TP
\fCQSql::None\fR
@@ -63,7 +63,7 @@ This enum type describes edit operations.
\fCQSql::Update\fR
.TP
\fCQSql::Delete\fR
-.SH "QSql::ParameterType"
+.SH "TQSql::ParameterType"
This enum is used to set the type of a bind parameter
.TP
\fCQSql::In\fR - the bind parameter is used to put data into the database
@@ -71,7 +71,7 @@ This enum is used to set the type of a bind parameter
\fCQSql::Out\fR - the bind parameter is used to receive data from the database
.TP
\fCQSql::InOut\fR - the bind parameter is used to put data into the database; it will be overwritten with output data on executing a query.
-.SH "QSql::TableType"
+.SH "TQSql::TableType"
This enum type describes types of tables
.TP
\fCQSql::Tables\fR - All the tables visible to the user
@@ -82,11 +82,11 @@ This enum type describes types of tables
.TP
\fCQSql::AllTables\fR - All of the above
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QSql::QSql ()"
+.SH "TQSql::TQSql ()"
Constructs a TQt SQL namespace class
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqsql.html
+.BR http://doc.trolltech.com/tqsql.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the