Doc: Mark the dbmsType() function and DbmsType enum as internal

The function and type is only used in the tests and has no benefit in
applications so it should be marked as internal to avoid confusion for
those implementing their own drivers.

Task-number: QTBUG-56278
Change-Id: I0f2ae27d41b133c4f0d3b0d390688fd3307592ce
Reviewed-by: Andre Somers <andre.somers@kdab.com>
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
Andy Shaw 2017-07-13 15:49:20 +02:00
parent a3d59c7c7f
commit baf1158c48

View File

@ -246,6 +246,7 @@ bool QSqlDriver::isOpenError() const
/*!
\enum QSqlDriver::DbmsType
\internal
This enum contains DBMS types.
@ -807,6 +808,7 @@ QSql::NumericalPrecisionPolicy QSqlDriver::numericalPrecisionPolicy() const
/*!
\since 5.4
\internal
Returns the current DBMS type for the database connection.
*/