java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java
branchv_0
changeset 155 eb3676c6929b
parent 146 4f4f515df807
child 178 5a5fc66f11b1
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -34,6 +34,11 @@
     1.4  import java.util.logging.Logger;
     1.5  
     1.6  /**
     1.7 + * Represents connected database. Is derived from {@linkplain DatabaseDefinition}.
     1.8 + * Wraps {@linkplain Connection}.
     1.9 + *
    1.10 + * Is responsible for executing {@linkplain SQLCommand} and passing results to the
    1.11 + * {@linkplain Formatter}.
    1.12   *
    1.13   * @author Ing. František Kučera (frantovo.cz)
    1.14   */