summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsql.qdoc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-06-29 14:03:07 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-06-29 14:03:40 (GMT)
commitd8e80403e7e74a2236a7ec1a6d268c786e3042f5 (patch)
tree4824ef4cec9575ee20d167863e6da2744ff8e214 /doc/src/qtsql.qdoc
parent982f73014771bbfb782d835eb8e6be3b44ff4ddc (diff)
downloadQt-d8e80403e7e74a2236a7ec1a6d268c786e3042f5.zip
Qt-d8e80403e7e74a2236a7ec1a6d268c786e3042f5.tar.gz
Qt-d8e80403e7e74a2236a7ec1a6d268c786e3042f5.tar.bz2
Doc: Adding documentation on supported data types in Qt SQL module
Created a table showing the use of different data types in relations with different Qt-supported Databases. Also reviewed by Task-number: 182851 Rev-by: Geir Vattekar Rev-by: David Boddie Rev-by: Bill King
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 ff58c62..54ea86a 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