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