diff options
Diffstat (limited to 'doc/html/tqsqlindex.html')
-rw-r--r-- | doc/html/tqsqlindex.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqsqlindex.html b/doc/html/tqsqlindex.html index 334fdb838..3dce2f7c9 100644 --- a/doc/html/tqsqlindex.html +++ b/doc/html/tqsqlindex.html @@ -73,7 +73,7 @@ TQSqlCursor. <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlIndex"></a>TQSqlIndex::TQSqlIndex ( const <a href="ntqstring.html">TQString</a> & cursorname = TQString::null, const <a href="ntqstring.html">TQString</a> & name = TQString::null ) +<h3 class=fn><a name="TQSqlIndex"></a>TQSqlIndex::TQSqlIndex ( const <a href="tqstring.html">TQString</a> & cursorname = TQString::null, const <a href="tqstring.html">TQString</a> & name = TQString::null ) </h3> Constructs an empty index using the cursor name <em>cursorname</em> and index name <em>name</em>. @@ -99,12 +99,12 @@ This is an overloaded member function, provided for convenience. It behaves esse field is appended with an ascending sort order, unless <em>desc</em> is TRUE. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="cursorName"></a>TQSqlIndex::cursorName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="cursorName"></a>TQSqlIndex::cursorName () const </h3> <p> Returns the name of the cursor which the index is associated with. -<h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="fromStringList"></a>TQSqlIndex::fromStringList ( const <a href="ntqstringlist.html">TQStringList</a> & l, const <a href="tqsqlcursor.html">TQSqlCursor</a> * cursor )<tt> [static]</tt> +<h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="fromStringList"></a>TQSqlIndex::fromStringList ( const <a href="tqstringlist.html">TQStringList</a> & l, const <a href="tqsqlcursor.html">TQSqlCursor</a> * cursor )<tt> [static]</tt> </h3> Returns an index based on the field descriptions in <em>l</em> and the cursor <em>cursor</em>. The field descriptions should be in the same @@ -118,7 +118,7 @@ in the people table might be in one of these forms: "surname", Returns TRUE if field <em>i</em> in the index is sorted in descending order; otherwise returns FALSE. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQSqlIndex::name () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlIndex::name () const </h3> <p> Returns the name of the index. @@ -127,7 +127,7 @@ order; otherwise returns FALSE. </h3> Sets the index equal to <em>other</em>. -<h3 class=fn>void <a name="setCursorName"></a>TQSqlIndex::setCursorName ( const <a href="ntqstring.html">TQString</a> & cursorName )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCursorName"></a>TQSqlIndex::setCursorName ( const <a href="tqstring.html">TQString</a> & cursorName )<tt> [virtual]</tt> </h3> Sets the name of the cursor that the index is associated with to <em>cursorName</em>. @@ -138,7 +138,7 @@ If <em>desc</em> is TRUE, field <em>i</em> is sorted in descending order. Otherwise, field <em>i</em> is sorted in ascending order (the default). If the field does not exist, nothing happens. -<h3 class=fn>void <a name="setName"></a>TQSqlIndex::setName ( const <a href="ntqstring.html">TQString</a> & name )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setName"></a>TQSqlIndex::setName ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual]</tt> </h3> Sets the name of the index to <em>name</em>. |