Package com.marcpg.libpg.data.database.sql
package com.marcpg.libpg.data.database.sql
-
ClassDescriptionModified version of the
SQLConnection
, but with the key difference of throwing no exceptions and instead handling them automatically inside the methods, using a code snipped provided in the constructor or optionally modified usingAutoCatchingSQLConnection.changeExceptionHandling(Consumer)
.A dummy SQL connection for testing purposes or to have something like a null value, but without throwing NullPointerExceptions.Represents aconnection
to a database with built-in features for accessing the database with proper values with primary keys, etc.Represents a SQL-Database type, such as MySQL or PostgreSQL.