summaryrefslogtreecommitdiff
path: root/doc/src/qtsql.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtsql.qdoc')
-rw-r--r--doc/src/qtsql.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/qtsql.qdoc b/doc/src/qtsql.qdoc
index ff58c626bb..54ea86a130 100644
--- a/doc/src/qtsql.qdoc
+++ b/doc/src/qtsql.qdoc
@@ -212,6 +212,9 @@
QVariant::toString() and QVariant::toInt() to convert
variants to QString and \c int.
+ For an overview of the recommended types used with Qt supported
+ Databases, please refer to \l {QtSql Module - Recommended use of data types}{this table}.
+
You can iterate back and forth using QSqlQuery::next(),
QSqlQuery::previous(), QSqlQuery::first(), QSqlQuery::last(), and
QSqlQuery::seek(). The current row index is returned by