Classes in iglu.jdbc used by iglu.jdbc
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. |
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. |
SQLComboBoxModel
wrapper for JDBCComboBoxModel to allow let the user pass an sql
statement. |