diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-14 09:32:01 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-14 09:32:01 (GMT) |
commit | 37c817ac5d19fe70e1457dddc8ba62ad6702cfdb (patch) | |
tree | c248859d3ec47d436546546af01ce9eccd18170c /doc/src/sql-programming | |
parent | 2115c915ee0bb129ae6af82dce7138d52df7bfd7 (diff) | |
download | Qt-37c817ac5d19fe70e1457dddc8ba62ad6702cfdb.zip Qt-37c817ac5d19fe70e1457dddc8ba62ad6702cfdb.tar.gz Qt-37c817ac5d19fe70e1457dddc8ba62ad6702cfdb.tar.bz2 |
doc: Added some \briefs to how-to docs.
Diffstat (limited to 'doc/src/sql-programming')
-rw-r--r-- | doc/src/sql-programming/qsqldatatype-table.qdoc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/src/sql-programming/qsqldatatype-table.qdoc b/doc/src/sql-programming/qsqldatatype-table.qdoc index fc961f5..398e659 100644 --- a/doc/src/sql-programming/qsqldatatype-table.qdoc +++ b/doc/src/sql-programming/qsqldatatype-table.qdoc @@ -41,19 +41,20 @@ /*! \page sql-types.html - \title Recommended Use of Data Types in Databases + \title Data Types for Qt-supported Database Systems + \brief Recommended data types for database systems \ingroup best-practices - \section1 Recommended Use of Types in Qt Supported Databases + \section1 Data Types for Qt Supported Database Systems - This table shows the recommended data types used when extracting data - from the databases supported in Qt. It is important to note that the - types used in Qt are not necessarily valid as input to the specific - database. One example could be that a double would work perfectly as - input for floating point records in a database, but not necessarily - as a storage format for output from the database since it would be stored - with 64-bit precision in C++. + This table shows the recommended data types for extracting data from + the databases supported in Qt. Note that types used in Qt are not + necessarily valid as input types to a specific database + system. e.g., A double might work perfectly as input for floating + point records in a particular database, but not necessarily as a + storage format for output from that database, because it would be + stored with 64-bit precision in C++. \tableofcontents |