java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java
branchv_0
changeset 188 54bacc7ed42b
parent 184 53fb05ce504c
child 194 629c9c7eab01
--- a/java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Sat May 16 20:13:43 2015 +0200
+++ b/java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Sat May 16 20:25:16 2015 +0200
@@ -87,12 +87,17 @@
 	/**
 	 * @param properties ad-hoc properties from CLI options (for the JDBC driver)
 	 * @param jmxBean JMX management bean for progress reporting | null = disable JMX
+	 * @return 
+	 * @throws java.sql.SQLException
 	 */
 	public DatabaseConnection connect(Properties properties, ConnectionManagement jmxBean) throws SQLException {
 		return new DatabaseConnection(this, properties, jmxBean);
 	}
 
 	/**
+	 * @param properties
+	 * @return 
+	 * @throws java.sql.SQLException
 	 * @see #connect(info.globalcode.sql.dk.configuration.Properties, java.lang.String)
 	 * With disabled JMX reporting.
 	 */