JIDE 2.9.5

Package com.jidesoft.database

The package contains classes related for Database/JDBC support for JIDE Data Grids product.

See:
          Description

Interface Summary
CrudTableModel  
 

Class Summary
CrudDatabaseTableModel This is a subclass of DatabaseTableModel to allow the change to the data model be comitted to the database.
CrudTableModelAdapter An adapter class for the interface CrudTableModel for easy implementation.
DatabaseTableModel DatabaseTableModel uses an existing database connection and a SQL from statement to query the record from a database and display them in a table model.
ResultSetTableModel ResultSetTableModel uses an existing ResultSet and display it in a table model.
RowSetTableModel  
 

Package com.jidesoft.database Description

The package contains classes related for Database/JDBC support for JIDE Data Grids product.


JIDE 2.9.5