summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsql.3qt
diff options
context:
space:
mode:
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 717afad85..d6c8d1254 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