Package com.tekann.codegen.pda.db

Interface Summary
DatabaseMessages Database message codes.
DataFormatter Formatter for data source.
IConnector Interface represents a object that stores connections.
IDAO Interface for DAOs.
IDataFormatter Deprecated.  
IDTO Interface represents DTO abstract object.
RowIteratorValues Interface that has the possible row values for a table.
 

Class Summary
AbstractDAO Abstract DAO implementation.
ColumnFormatterDataSource Column formatter based DataSource.
DBHandler Handler for tables on PDA.
DefaultDataFormatter  
DefaultDTO Class that represents a row in a table DAO.
DefaultDTOColumn This class is a column in a DTO.
DTODataSource Deprecated.  
MatrixDataSource This class provides some useful methods in order to display and manipulate data at the grid.
MatrixDataSourceFormatDateValue This class provides the same usability as MatrixDataSource does.
Messages This class has some useful messages in order to notice the user what is going on.
QueryDataFormatter Column formatter based on user query.