summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlindex.html')
-rw-r--r--doc/html/tqsqlindex.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqsqlindex.html b/doc/html/tqsqlindex.html
index 334fdb83..3dce2f7c 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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;cursorname = TQString::null, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name = TQString::null )
+<h3 class=fn><a name="TQSqlIndex"></a>TQSqlIndex::TQSqlIndex ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;cursorname = TQString::null, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;l, const&nbsp;<a href="tqsqlcursor.html">TQSqlCursor</a>&nbsp;*&nbsp;cursor )<tt> [static]</tt>
+<h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="fromStringList"></a>TQSqlIndex::fromStringList ( const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;l, const&nbsp;<a href="tqsqlcursor.html">TQSqlCursor</a>&nbsp;*&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;cursorName )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setCursorName"></a>TQSqlIndex::setCursorName ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setName"></a>TQSqlIndex::setName ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual]</tt>
</h3>
Sets the name of the index to <em>name</em>.