java/jdbc-dk-driver/src/info/globalcode/sql/dk/jdbc/Driver.java
branchv_0
changeset 195 aed11d9107bf
parent 192 a32bfcbdee51
child 235 8ce612cca4d8
equal deleted inserted replaced
194:629c9c7eab01 195:aed11d9107bf
    50  * Of course, the real JDBC driver for given database is still needed on the class path.
    50  * Of course, the real JDBC driver for given database is still needed on the class path.
    51  * </p>
    51  * </p>
    52  *
    52  *
    53  * <p>
    53  * <p>
    54  * TODO: current version is quite heavy-weight, because it includes whole SQL-DK source tree. Some
    54  * TODO: current version is quite heavy-weight, because it includes whole SQL-DK source tree. Some
    55  * refactoring and separation is desired to provide more light-weight JDBC driver. Although the
    55  * refactoring and separation is desired to provide more light-weight JDBC driver. However the
    56  * public interface and behavior of this driver should remain same.
    56  * public interface and behavior of this driver should remain unchanged.
    57  * </p>
    57  * </p>
    58  *
    58  *
    59  * @author Ing. František Kučera (frantovo.cz)
    59  * @author Ing. František Kučera (frantovo.cz)
    60  */
    60  */
    61 public class Driver implements java.sql.Driver {
    61 public class Driver implements java.sql.Driver {