return input.toLowerCase();
}
private static Database generateDatabaseInformation() throws ClassNotFoundException, SQLException {
Database database = new Database();
// Load the database driver - in this case, we
// use the Jdbc/Odbc bridge driver.//com.mysql.jdbc.Driver
Class.forName(Constants.DATABASE_DRIVER_POSTGRES);