summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-07-13 15:49:20 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-08-16 13:14:33 +0000
commitbaf1158c48c3342f4e90d83c3b93236535aac285 (patch)
tree0512bf769261c43cc1f6e8019a0b8a13b32eb8f3 /src/sql/kernel
parenta3d59c7c7f675b0a4e128efeb781aa1c2f7db4c0 (diff)
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>
Diffstat (limited to 'src/sql/kernel')
-rw-r--r--src/sql/kernel/qsqldriver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sql/kernel/qsqldriver.cpp b/src/sql/kernel/qsqldriver.cpp
index bf98f82087..6fe5b351dc 100644
--- a/src/sql/kernel/qsqldriver.cpp
+++ b/src/sql/kernel/qsqldriver.cpp
@@ -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.
*/