QtSql: remove \link usages
Change-Id: I9723c34184b298e8b0a2be7185416b9e911f948e Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
3195b41eb7
commit
deceb70173
@ -50,17 +50,17 @@
|
|||||||
|
|
||||||
\table
|
\table
|
||||||
\header \li Driver name \li DBMS
|
\header \li Driver name \li DBMS
|
||||||
\row \li \link #QDB2 QDB2\endlink \li IBM DB2 (version 7.1 and above)
|
\row \li \l{#QDB2}{QDB2} \li IBM DB2 (version 7.1 and above)
|
||||||
\row \li \link #QIBASE QIBASE\endlink \li Borland InterBase
|
\row \li \l{#QIBASE}{QIBASE} \li Borland InterBase
|
||||||
\row \li \link #QMYSQL QMYSQL\endlink \li MySQL
|
\row \li \l{#QMYSQL}{QMYSQL} \li MySQL
|
||||||
\row \li \link #QOCI QOCI\endlink \li Oracle Call Interface Driver
|
\row \li \l{#QOCI}{QOCI} \li Oracle Call Interface Driver
|
||||||
\row \li \link #QODBC QODBC\endlink
|
\row \li \l{#QODBC}{QODBC}
|
||||||
\li Open Database Connectivity (ODBC) - Microsoft SQL Server and other
|
\li Open Database Connectivity (ODBC) - Microsoft SQL Server and other
|
||||||
ODBC-compliant databases
|
ODBC-compliant databases
|
||||||
\row \li \link #QPSQL QPSQL\endlink \li PostgreSQL (versions 7.3 and above)
|
\row \li \l{#QPSQL}{QPSQL} \li PostgreSQL (versions 7.3 and above)
|
||||||
\row \li \link #QSQLITE2 QSQLITE2\endlink \li SQLite version 2
|
\row \li \l{#QSQLITE2}{QSQLITE2} \li SQLite version 2
|
||||||
\row \li \link #QSQLITE QSQLITE\endlink \li SQLite version 3
|
\row \li \l{#QSQLITE}{QSQLITE} \li SQLite version 3
|
||||||
\row \li \link #QTDS QTDS\endlink \li Sybase Adaptive Server \note obsolete from Qt 4.7
|
\row \li \l{#QTDS}{QTDS} \li Sybase Adaptive Server \note obsolete from Qt 4.7
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
SQLite is the in-process database system with the best test coverage
|
SQLite is the in-process database system with the best test coverage
|
||||||
|
@ -575,7 +575,7 @@ QString QSqlDriver::sqlStatement(StatementType type, const QString &tableName,
|
|||||||
format and enclosed in single quotation marks. If the date/time
|
format and enclosed in single quotation marks. If the date/time
|
||||||
data is invalid, "NULL" is returned.
|
data is invalid, "NULL" is returned.
|
||||||
|
|
||||||
\li If \a field is \link QByteArray bytearray\endlink data, and the
|
\li If \a field is \l{QByteArray}{bytearray} data, and the
|
||||||
driver can edit binary fields, the value is formatted as a
|
driver can edit binary fields, the value is formatted as a
|
||||||
hexadecimal string.
|
hexadecimal string.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user