java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java
branchv_0
changeset 155 eb3676c6929b
parent 106 e9c3583580c8
child 179 236332caeb29
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  import javax.xml.bind.annotation.XmlElement;
     1.5  
     1.6  /**
     1.7 + * Configured (but not yet connected) database connection.
     1.8   *
     1.9   * @author Ing. František Kučera (frantovo.cz)
    1.10   */
    1.11 @@ -81,7 +82,7 @@
    1.12  	}
    1.13  
    1.14  	/**
    1.15 -	 * @param properties ad-hoc properties from CLI options
    1.16 +	 * @param properties ad-hoc properties from CLI options (for the JDBC driver)
    1.17  	 */
    1.18  	public DatabaseConnection connect(Properties properties) throws SQLException {
    1.19  		return new DatabaseConnection(this, properties);