Package gov.usda.gdpc.database

This package provides classes which support the creation of a JDBC connection to a database.

See:
          Description

Interface Summary
DatabaseMapping This is a database mapping.
DatabaseMappingIndex  
PropertyMap This is a collection of database mappings for database.
 

Class Summary
AbstractDatabaseMapping This class provides a skeletal implementation of the DatabaseMapping interface, to minimize the effort required to implement this interface.
AbstractDatabaseMappingIndex This class provides a skeletal implementation of the IndexDatabaseMapping interface, to minimize the effort required to implement this interface.
AbstractJDBCConnection This class provides a skeletal implementation of the DBConnection interface which should be used as a connection to a database via JDBC.
AbstractPropertyMap This class provides a skeletal implementation of the PropertyMap interface, to minimize the effort required to implement this interface.
ConstantDatabaseMapping  
DateDatabaseMapping  
DefaultDatabaseMappingIndex This is the default implementation of the IndexDatabaseMapping interface.
ExtraInfo  
MultiDatabaseMapping  
NullDatabaseMapping  
SimpleDatabaseMapping  
SQLStatements  
StringDatabaseMapping  
 

Package gov.usda.gdpc.database Description

This package provides classes which support the creation of a JDBC connection to a database. To create such a connection, extend the AbstractJDBCConnection class and provide the implementation for the necessary methods.