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