Package avignon.handlers.database

Interface Summary
DatabaseCommand Interface that describes the actions that can be done by a DatabaseConnection.
 

Class Summary
DatabaseConnection Encapsulates a connection to a database.
DatabaseConnectionFactory  
DatabaseDeleteCommand A database command that can be used to delete the contents of a table.
DatabaseTableCommand Helper class that provides easy access to a table name for actual commands.
DCountQuery Helpers class for getting the number of records matching some criteria in a table or view.
DLookupQuery Helper class for looking up a single value in a table or view.
SQLStatementCommand Helper class for DatabaseCommand.
 


SourceForge.net Logo