|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
DB adapters
.runtime exception
thrown to indicate problems with a database, frequently used to wrap
checked SQL exceptions
.DBUtil.createSchema(String)
, DBUtil.readSchema(IDBAdapter, Connection, IDBSchema)
,
DBUtil.readSchema(IDBAdapter, Connection, String)
or DBUtil.copySchema(IDBSchema)
.row handler
with a method
that is called once per row deserialized within DBUtil.deserializeTable()
.method
that is called after
a number of table rows have been handled by one of the subtypes of this interface.row handler
with a method
that is called once per row serialized within DBUtil.serializeTable()
.DB adapter
for Derby databases.Derby adapter
for embedded databases.DBUtil.getAllSchemaNames(Connection)
.
DBUtil.getAllSchemaNames(DatabaseMetaData)
.
adapter
from the adapter registry
.
parameters
list
of the containing statement
.
DB adapter
for H2 databases.DB adapter
for HyperSQL databases.HSQLDB data source
with a nicer HSQLDBDataSource.toString()
method.connection
, roughly comparable with a data source
.DB table
.DB table
.index
specification in a DB table
.DB index
.DB tables
that can be created in or dropped from a database through a
DB adapter
.DB schema
.DB schema
.DB adapter
for MySQL databases.DB adapter
for PostgreSQL databases.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |