Package org.eclipse.net4j.db

The Net4j DB framework.

See:
          Description

Interface Summary
IDBAdapter Abstracts all aspects of a database that are vendor-specific.
IDBConnectionProvider Provides a database connection, roughly comparable with a data source.
IDBRowHandler Call-back that handles the values of, for example, a row in a database table.
 

Class Summary
DBUtil A utility class with various static factory and convenience methods.
 

Enum Summary
DBType Enumerates the SQL data types that are compatible with the DB framework.
 

Exception Summary
DBException A runtime exception thrown to indicate problems with a database, frequently used to wrap checked SQL exceptions.
 

Package org.eclipse.net4j.db Description

The Net4j DB framework.



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.