diff options
Diffstat (limited to 'doc/man/man3/tqsqlcursor.3qt')
-rw-r--r-- | doc/man/man3/tqsqlcursor.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsqlcursor.3qt b/doc/man/man3/tqsqlcursor.3qt index cd78d63c4..ad7086483 100644 --- a/doc/man/man3/tqsqlcursor.3qt +++ b/doc/man/man3/tqsqlcursor.3qt @@ -18,10 +18,10 @@ Inherited by TQSqlSelectCursor. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSqlCursor\fR ( const TQString & name = TQString::null, bool autopopulate = TRUE, TQSqlDatabase * db = 0 )" +.BI "\fBTQSqlCursor\fR ( const TQString & name = TQString::null, bool autopopulate = TRUE, TQSqlDatabase * db = 0 )" .br .ti -1c -.BI "\fBQSqlCursor\fR ( const TQSqlCursor & other )" +.BI "\fBTQSqlCursor\fR ( const TQSqlCursor & other )" .br .ti -1c .BI "TQSqlCursor & \fBoperator=\fR ( const TQSqlCursor & other )" @@ -246,15 +246,15 @@ See also Database Classes. .SH "TQSqlCursor::Mode" This enum type describes how TQSqlCursor operates on records in the database. .TP -\fCQSqlCursor::ReadOnly\fR - the cursor can only SELECT records from the database. +\fCTQSqlCursor::ReadOnly\fR - the cursor can only SELECT records from the database. .TP -\fCQSqlCursor::Insert\fR - the cursor can INSERT records into the database. +\fCTQSqlCursor::Insert\fR - the cursor can INSERT records into the database. .TP -\fCQSqlCursor::Update\fR - the cursor can UPDATE records in the database. +\fCTQSqlCursor::Update\fR - the cursor can UPDATE records in the database. .TP -\fCQSqlCursor::Delete\fR - the cursor can DELETE records from the database. +\fCTQSqlCursor::Delete\fR - the cursor can DELETE records from the database. .TP -\fCQSqlCursor::Writable\fR - the cursor can INSERT, UPDATE and DELETE records in the database. +\fCTQSqlCursor::Writable\fR - the cursor can INSERT, UPDATE and DELETE records in the database. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQSqlCursor::TQSqlCursor ( const TQString & name = TQString::null, bool autopopulate = TRUE, TQSqlDatabase * db = 0 )" Constructs a cursor on database \fIdb\fR using table or view \fIname\fR. |