borland Packages Class Hierarchy dx.dataset Package
ResolverAdapter class
java.lang.Object
+----com.borland.dx.dataset.ResolverAdapter
About the ResolverAdapter class
Properties Methods
Implements ResolverListener, EventListener
Note:
This is a feature of JBuilder Professional and Enterprise.
This is an adapter class for ResolverListener
, which is used as notification before and after a StorageDataSet
is resolved.
ResolverAdapter properties
*Read-only properties **Write-only properties
ResolverAdapter methods
Methods implemented in this class
- deletedRow(com.borland.dx.dataset.ReadWriteRow)
- deleteError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- deletingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ResolverResponse)
- insertedRow(com.borland.dx.dataset.ReadWriteRow)
- insertError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- insertingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ResolverResponse)
- updatedRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow)
- updateError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- updatingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow, com.borland.dx.dataset.ResolverResponse)