diff options
Diffstat (limited to 'doc/man/man3/tqsqlerror.3qt')
-rw-r--r-- | doc/man/man3/tqsqlerror.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsqlerror.3qt b/doc/man/man3/tqsqlerror.3qt index ad846e4a9..560069030 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. |