Holger's
Java API

Package com.antelmann.sql

This package contains classes to ease JDBC development.

See:
          Description

Interface Summary
ObjectRowMapper<T extends Resource> provides methods to convert an object to a RowItem and vice versa to facilitate persistent storage with JDBC for simple objects.
 

Class Summary
BaseRowMapper<T extends Resource> serves as a base class for implementations of ObjectRowMapper.
ConnectionHelper The class JDBC provides several useful methods for handling JDBC connections.
Connector The Connector class provides some simplified access to several database systems through static methods.
IDSQLGenerator an IDSQLGenerator is a helper class that provides new IDs as counters based on flexible intervals.
JDBCInfoPane displays information on a JDBC connection including table's row and meta data.
JDBCResourceBundle a ResourceBundle that gets its content from a JDBC source
JDBCRowModel JDBCRowModel allows to edit tables where the row is updated only after an explicit method call.
JDBCRowProxy<T extends Resource> provides JDBC persistence for Objects that have a corresponding ObjectRowMapper.
JDBCTableEditor used to edit rows of a table; underlying table is updated after row deselected
JDBCTableModel JDBCTableModel provides a simple way to display/edit a table from a JDBC connection.
ResultSetMetaDataTableModel ResultSetMetaDataTableModel provides a simple way to display the meta data of a ResultSet.
ResultSetTableModel ResultSetTableModel provides a simple way to display a query result.
RowItem represents a row in a sql database table and provides convenient access to its properties.
RowItemTableModel  
SQLDatabase implements a database using a SQLTransaction instance based on a JDBC connection.
SQLTransaction implements a DBTransaction based on JDBC access.
 

Package com.antelmann.sql Description

This package contains classes to ease JDBC development.



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads