The DatabaseConnection class manages connections to your databases. The database to be used is specified in config/environment.yml. This file in turn points to a set of login credentials in config/database.yml. All public methods methods of DatabaseConnection throw RuntimeExceptions (rather than IO or SQL exceptions).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.