| Features ,Tech++: |
| |
Supports all four types of JDBC connections |
| |
Customizable database connection, connection attributes (url, driver,
username, password) |
| |
Customizable |
|
| - |
Sql query string |
| - |
Option to update data |
| - |
Updateable table name |
| - |
Columns used to build where clause |
| - |
Total number of records that can be fetched at a time |
| - |
Process to update the data |
| - |
Criteria for sorting the data |
| - |
Criteria for filtering the data and whether the filter is considered
during fetching the data |
|
| |
Functionality to add / remove / insert / modify data record at given
index |
| |
Navigation with data retrieved from the database |
| |
Functionality for searching data for given criteria within the
specified range of the records |
| |
Functionality for sorting data for the given column(s) and sorting
order within the specified range of the records |
| |
Functionality for obtain the information about the data retrieved
from the database |
| |
Functionality for obtain the information about the columns, tables on
which the data retrieved from the database |
| |
Events for record delete, insert, update |
| |
Works with all data aware ElegantJ beans like data forms (Freeform,
grid, tabular), data reports ( Freeform, grid, tabular ), tree, table and charts |