jvadoc/override
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / database / ICdmDataSource.java
index f5a0ded3ae8d5a4aba6ab4f279bd86a7df967ef2..60c6fe2565bba049605809248537ad94580624ca 100644 (file)
@@ -61,6 +61,11 @@ public interface ICdmDataSource {
         */\r
        public String getDatabase();\r
        \r
+       /**\r
+        * Returns the database type of the data source. \r
+        * @return the database type of the data source. \r
+        * <code>null</code> if the bean or the driver class property does not exist or the driver class is unknown.\r
+        */\r
        public DatabaseTypeEnum getDatabaseType();\r
        \r
        /**\r