Class Summary |
AbstractRowData |
This abstract implementation of IRowData keeps track of the old and new (unsaved) values for each row,
And also handle the life cycle of the row (ORIGINAL, INSERTED, UPDATED, DELETED). |
Messages |
|
RowDataImpl |
This implementation of IRowData extends the AbstractRowData that handles the row life cycle,
and adds a save method that commits changes to the database though the use of DML statement. |
TableDataImpl |
Implementation of the ISqlTableData based on JDBC 1.0 API (should work with any driver). |
TableDataSaveStatus |
|
TableEditorFilterRegistryReader |
Registry reader for Table Editor result set filters |