Package org.eclipse.net4j.db
package org.eclipse.net4j.db
The Net4j DB framework.
-
ClassDescriptionA
runtime exception
thrown to indicate problems with a database, frequently used to wrap checkedSQL exceptions
.Enumerates the SQL data types that are compatible with the DB framework.A utility class with various static factory and convenience methods.Arow handler
with amethod
that is called once per row deserialized withinDBUtil.deserializeTable()
.Call-back interface with amethod
that is called after a number of table rows have been handled by one of the subtypes of this interface.Abstracts all aspects of a database that are vendor-specific.Provides a databaseconnection
, roughly comparable with adata source
.Provides a databaseconnection
, roughly comparable with adata source
.An enum for the degree of probability to which a prepared statement is reused later on.Call-back that handles the values of, for example, a row in a database table.