java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java
branchv_0
changeset 155 eb3676c6929b
parent 146 4f4f515df807
child 178 5a5fc66f11b1
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    32 import java.sql.SQLWarning;
    32 import java.sql.SQLWarning;
    33 import java.util.logging.Level;
    33 import java.util.logging.Level;
    34 import java.util.logging.Logger;
    34 import java.util.logging.Logger;
    35 
    35 
    36 /**
    36 /**
       
    37  * Represents connected database. Is derived from {@linkplain DatabaseDefinition}.
       
    38  * Wraps {@linkplain Connection}.
       
    39  *
       
    40  * Is responsible for executing {@linkplain SQLCommand} and passing results to the
       
    41  * {@linkplain Formatter}.
    37  *
    42  *
    38  * @author Ing. František Kučera (frantovo.cz)
    43  * @author Ing. František Kučera (frantovo.cz)
    39  */
    44  */
    40 public class DatabaseConnection implements AutoCloseable {
    45 public class DatabaseConnection implements AutoCloseable {
    41 
    46