Uses of Package
org.eclipse.net4j.db
Packages that use org.eclipse.net4j.db
Package
Description
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB Framework support for Derby databases.
The Net4j DB Framework support for H2 databases.
The Net4j DB Framework support for HSQLDB databases.
The Net4j DB Framework support for MYSQL databases.
The Net4j DB Framework support for PostgreSQL databases.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
Server service provider interfaces for the Net4j DB framework.
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.dbClassDescriptionA
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.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. -
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.ddlClassDescriptionA
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.Abstracts all aspects of a database that are vendor-specific.Provides a databaseconnection
, roughly comparable with adata source
. -
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.derby
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.h2
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.hsqldb
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.mysqlClassDescriptionEnumerates the SQL data types that are compatible with the DB framework.Abstracts all aspects of a database that are vendor-specific.
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.db.postgresql
-
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.spi.dbClassDescriptionA
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.Abstracts all aspects of a database that are vendor-specific.Provides a databaseconnection
, roughly comparable with adata source
. -
Classes in org.eclipse.net4j.db used by org.eclipse.net4j.spi.db.ddlClassDescriptionA
runtime exception
thrown to indicate problems with a database, frequently used to wrap checkedSQL exceptions
.