Package de.aristaflow.adept2.base.dbaccess
-
Interface Summary Interface Description DBAccessProvider This is a provider interface that must be implemented in a vendor-specific way in order to support a certain DBMS.ExtendedConnection An extension toConnection
in order to provide further functionality to assist in writing vendor-independent database accessing code.JDBCDataSource Represents a JDBC data source. -
Class Summary Class Description JDBCTools Contains helper methods that are intended to reduce the usual clutter in JDBC-related code, make it more readable and safer.ParentToChildConnection A parent-to-child connection joins the parent attribute of a hierarchical table with a corresponding child attribute via the designated operator. -
Enum Summary Enum Description DatabaseName The names of the database management systems supported by DBAccess.