Package com.dynamide.db

How to make any data access strategy plug into Dynamide's data-aware components.

See:
          Description

Interface Summary
IDatasource All datasources should implement this interface, which allows them to plug into the Dynamide framework.
IDatasourceBasic A one-way navigable datasource, that has read-only data.
 

Class Summary
Database  
DatasourceHelper  
MongoAutoSuggest  
NullData  
RDBDatabase  
RDBDatasource  
RDBDatasource.ColMeta  
RDBTable  
RDBValueBean  
ResultSetDataTableTest  
RowDetailAdapter  
SimpleDatasource Implements the IDatasource interface as a simple grid; NOTE: Column names default to CASE-INSENSITIVE, unless setCaseInsensitive(false) is called.
TableTree  
 

Package com.dynamide.db Description

How to make any data access strategy plug into Dynamide's data-aware components. All Widgets and Fields can be wired to IDatasource, and there are several sample IDatasource implementations available in this package. You can create your own IDatasource or implement that interface in your favorite data access object.

The classes that begin with "RDB" are all Relational DataBase implementations, which ride on JDBC.



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.