Package de.ufinke.cubaja.sql

Simplified use of JDBC.

The central class is Database. In an application which does not depend on existing Connection instances, use the constructor with a DatabaseConfig parameter and call createQuery to create select statements or createUpdate to create data manipulation (insert, update or delete) statements! You may also call execute to execute an SQL statement immediately.

Copyright (c) 2006 - 2010, Uwe Finke. All rights reserved.
Subject to BSD License. See license.txt distributed with this library.