| Class | Description |
|---|---|
| ArrayResultSetIterator | |
| ColumnInfo |
Holds name and type information of a database column.
|
| DatabaseDialect |
Provides abstractions of concepts that are implemented differently
by different database vendors.
|
| DatabaseDialectManager |
Manages
DatabaseDialects. |
| DatabaseTestUtil |
Reads a configuration file to check which databases are enabled or disabled for testing.
|
| DatabaseTreeModel |
TreeModel adapter for DBObject hierarchies. |
| DBExecutionResult |
Wrapper class for database results which tracks the information
if the according command changed the database structure.
|
| DBUtil |
Provides database related utility methods.
|
| JDBCConnectData |
Data Object that contains the typical data required for a JDBC database login.
|
| JDBCDriverInfo |
Represents a JDBC driver and related information.
|
| Main |
Retrieves meta data from a database and prints it to the console in a tree structure.
|
| QueryDataIterator |
DataIterator which provides the results of a SQL query. |
| QueryIterator |
Performs a query and wraps the result set with an
Iterator interface. |
| ResultSetConverter<E> |
Converts a ResultSet's current cursor position to an array of objects or, if it is of size 1, to a single object.
|
| ResultSetDataIterator |
Provides
DataIterator-style access to a ResultSet. |
| ResultSetIterator |
Wraps a ResultSet into the semantic of a
HeavyweightIterator. |
| ResultsWithMetadata |
Wraps a tabular query result with its metadata.
|
| SQLUtil |
Provides utility methods for creating SQL queries and commands.
|
| Enum | Description |
|---|---|
| NameSpec |
Enumerates name specification options for database objects.
|
| Exception | Description |
|---|---|
| SQLScriptException |
Indicates an error in the execution of a SQL script.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.