Package atg.droplet.sql

Class Summary
DBCopyFormHandler This form handler uses a DBCopier to copy data from one database to another.
DictionaryParameterResolver Implements read-only functionality to retrieve values from the request parameters of the supplied request from a Dictionary class.
SimpleSQLFormHandler This form handler implements a common base class for inserting, updating, and deleting objects in a specified SQL table.
SimpleSQLFormHandler.FlexibleDoublePropertyEditor This class implements a property editor which does normal double parsing, but also check for 'true' treating it as 1.0 and 'false" as 0.0.
SimpleSQLFormHandler.FlexibleIntegerPropertyEditor This class implements a property editor which does normal integer parsing, but also check for 'true' treating it as 1 and 'false" as 0.
SQLQueryForEach This servlet executes a SQL query and renders its output parameter for each element returned by the query.
SQLQueryForEachBeanInfo BeanInfo for the SQLQueryForEach droplet.
SQLQueryRange This servlet executes a SQL query and renders its output parameter for each element returned by the query.
SQLQueryRangeBeanInfo BeanInfo for the SQLQueryRange droplet.
SQLTableConfig This class stores the information needed to manage a table's schema automatically.
SQLTableManager A form handler/bean that provides functionality for creating, dropping, and providing information about the state of a set of tables.
SwitchDataSourceFormHandler This form handler allows a SwitchingDataSource to be switch through jhtml.