Package iglu.jdbc

Utility classes to make JDBC access easier.

See:
          Description

Class Summary
JDBCComboBoxModel implements a comboboxmodel so that the user can drop result sets into list or combo boxes.
JDBCComboBoxModel.ListItem This is how the items are stored in the list internally.
JDBCMisc A generic class for storing environment-varible-ish data in a database.
JDBCTableModel Implements a Table Model that wraps itself around a JDBC result set we have to keep a buffer, and load it with the values which the table is currently asking for.
JDBCUtils General utilities for database access.
Login a generic login screen for a JDBC database.
SQLCascadingColumn Provides a cascading column based on an SQL statement.
SQLComboBoxModel wrapper for JDBCComboBoxModel to allow let the user pass an sql statement.
SQLTableModel A class to provide data to a table based on an sql select statement.
 

Package iglu.jdbc Description

Utility classes to make JDBC access easier.