summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlerror.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
commit1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch)
treeb451256c2cc2e22e895251bac6ec1e4bdfd40e09 /doc/man/man3/tqsqlerror.3qt
parent5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff)
downloadtqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz
tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsqlerror.3qt')
-rw-r--r--doc/man/man3/tqsqlerror.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsqlerror.3qt b/doc/man/man3/tqsqlerror.3qt
index ad846e4a..56006903 100644
--- a/doc/man/man3/tqsqlerror.3qt
+++ b/doc/man/man3/tqsqlerror.3qt
@@ -17,10 +17,10 @@ TQSqlError \- SQL database error information
.BI "enum \fBType\fR { None, Connection, Statement, Transaction, Unknown }"
.br
.ti -1c
-.BI "\fBQSqlError\fR ( const TQString & driverText = TQString::null, const TQString & databaseText = TQString::null, int type = TQSqlError::None, int number = -1 )"
+.BI "\fBTQSqlError\fR ( const TQString & driverText = TQString::null, const TQString & databaseText = TQString::null, int type = TQSqlError::None, int number = -1 )"
.br
.ti -1c
-.BI "\fBQSqlError\fR ( const TQSqlError & other )"
+.BI "\fBTQSqlError\fR ( const TQSqlError & other )"
.br
.ti -1c
.BI "TQSqlError & \fBoperator=\fR ( const TQSqlError & other )"
@@ -69,15 +69,15 @@ See also Database Classes.
.SH "TQSqlError::Type"
This enum type describes the type of SQL error that occurred.
.TP
-\fCQSqlError::None\fR - no error occurred
+\fCTQSqlError::None\fR - no error occurred
.TP
-\fCQSqlError::Connection\fR - connection error
+\fCTQSqlError::Connection\fR - connection error
.TP
-\fCQSqlError::Statement\fR - SQL statement syntax error
+\fCTQSqlError::Statement\fR - SQL statement syntax error
.TP
-\fCQSqlError::Transaction\fR - transaction failed error
+\fCTQSqlError::Transaction\fR - transaction failed error
.TP
-\fCQSqlError::Unknown\fR - unknown error
+\fCTQSqlError::Unknown\fR - unknown error
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQSqlError::TQSqlError ( const TQString & driverText = TQString::null, const TQString & databaseText = TQString::null, int type = TQSqlError::None, int number = -1 )"
Constructs an error containing the driver error text \fIdriverText\fR, the database-specific error text \fIdatabaseText\fR, the type \fItype\fR and the optional error number \fInumber\fR.