Package edu.indiana.util.db

Interface Summary
DBDriverInfo All info classes that contain database driver information must implement this interface.
RDBTableInfo All info classes that contain database table information must implement this interface.
 

Class Summary
DBTools Contains useful static methods for using a database.
JDBCDriverInfo  
RDBCollectionID The unique (across the Domain) identifier for a given Collection in a HashMapTable or a HashSetTable.
RDBCollectionIDFactory Used to obtain the next available unique RDBCollectionID.
RDBCollectionInfo Defines the information that is required for storing a hashmap and hashsets in a relational database.
RDBHashMap This class can be used to store a HashMap into a database.
RDBHashSet This class can be used to store a HashSet into a database.