Uses of Package
iglu.jdbc

Packages that use iglu.jdbc
iglu.ir A set of classes for creating Information Retrieval programs. 
iglu.jdbc Utility classes to make JDBC access easier. 
 

Classes in iglu.jdbc used by iglu.ir
JDBCMisc
          A generic class for storing environment-varible-ish data in a database.
 

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.