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.3qt34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqsql.3qt b/doc/man/man3/tqsql.3qt
index d6c8d125..3dbfccdb 100644
--- a/doc/man/man3/tqsql.3qt
+++ b/doc/man/man3/tqsql.3qt
@@ -14,7 +14,7 @@ TQSql \- Namespace for TQt SQL identifiers that need to be global-like
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQSql\fR ()"
+.BI "\fBTQSql\fR ()"
.br
.ti -1c
.BI "enum \fBOp\fR { None = -1, Insert = 0, Update = 1, Delete = 2 }"
@@ -42,45 +42,45 @@ See also Database Classes.
.SH "TQSql::Confirm"
This enum type describes edit confirmations.
.TP
-\fCQSql::Yes\fR
+\fCTQSql::Yes\fR
.TP
-\fCQSql::No\fR
+\fCTQSql::No\fR
.TP
-\fCQSql::Cancel\fR
+\fCTQSql::Cancel\fR
.SH "TQSql::Location"
This enum type describes SQL navigation locations.
.TP
-\fCQSql::BeforeFirst\fR
+\fCTQSql::BeforeFirst\fR
.TP
-\fCQSql::AfterLast\fR
+\fCTQSql::AfterLast\fR
.SH "TQSql::Op"
This enum type describes edit operations.
.TP
-\fCQSql::None\fR
+\fCTQSql::None\fR
.TP
-\fCQSql::Insert\fR
+\fCTQSql::Insert\fR
.TP
-\fCQSql::Update\fR
+\fCTQSql::Update\fR
.TP
-\fCQSql::Delete\fR
+\fCTQSql::Delete\fR
.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
+\fCTQSql::In\fR - the bind parameter is used to put data into the database
.TP
-\fCQSql::Out\fR - the bind parameter is used to receive data from the database
+\fCTQSql::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.
+\fCTQSql::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 "TQSql::TableType"
This enum type describes types of tables
.TP
-\fCQSql::Tables\fR - All the tables visible to the user
+\fCTQSql::Tables\fR - All the tables visible to the user
.TP
-\fCQSql::SystemTables\fR - Internal tables used by the DBMS
+\fCTQSql::SystemTables\fR - Internal tables used by the DBMS
.TP
-\fCQSql::Views\fR - All the views visible to the user
+\fCTQSql::Views\fR - All the views visible to the user
.TP
-\fCQSql::AllTables\fR - All of the above
+\fCTQSql::AllTables\fR - All of the above
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQSql::TQSql ()"
Constructs a TQt SQL namespace class