diff options
Diffstat (limited to 'doc/man/man3/tqsqlindex.3qt')
-rw-r--r-- | doc/man/man3/tqsqlindex.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqsqlindex.3qt b/doc/man/man3/tqsqlindex.3qt index 0b17a4469..6d0972215 100644 --- a/doc/man/man3/tqsqlindex.3qt +++ b/doc/man/man3/tqsqlindex.3qt @@ -80,7 +80,7 @@ Reimplemented from TQSqlRecord. .SH "void TQSqlIndex::append ( const TQSqlField & field, bool desc )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Appends the field \fIfield\fR to the list of indexed fields. The field is appended with an ascending sort order, unless \fIdesc\fR is TRUE. +Appends the field \fIfield\fR to the list of indexed fields. The field is appended with an ascending sort order, unless \fIdesc\fR is true. .SH "TQString TQSqlIndex::cursorName () const" Returns the name of the cursor which the index is associated with. .SH "TQSqlIndex TQSqlIndex::fromStringList ( const TQStringList & l, const TQSqlCursor * cursor )\fC [static]\fR" @@ -88,7 +88,7 @@ Returns an index based on the field descriptions in \fIl\fR and the cursor \fIcu .PP See also toStringList(). .SH "bool TQSqlIndex::isDescending ( int i ) const" -Returns TRUE if field \fIi\fR in the index is sorted in descending order; otherwise returns FALSE. +Returns true if field \fIi\fR in the index is sorted in descending order; otherwise returns false. .SH "TQString TQSqlIndex::name () const" Returns the name of the index. .SH "TQSqlIndex & TQSqlIndex::operator= ( const TQSqlIndex & other )" @@ -96,7 +96,7 @@ Sets the index equal to \fIother\fR. .SH "void TQSqlIndex::setCursorName ( const TQString & cursorName )\fC [virtual]\fR" Sets the name of the cursor that the index is associated with to \fIcursorName\fR. .SH "void TQSqlIndex::setDescending ( int i, bool desc )\fC [virtual]\fR" -If \fIdesc\fR is TRUE, field \fIi\fR is sorted in descending order. Otherwise, field \fIi\fR is sorted in ascending order (the default). If the field does not exist, nothing happens. +If \fIdesc\fR is true, field \fIi\fR is sorted in descending order. Otherwise, field \fIi\fR is sorted in ascending order (the default). If the field does not exist, nothing happens. .SH "void TQSqlIndex::setName ( const TQString & name )\fC [virtual]\fR" Sets the name of the index to \fIname\fR. |