public interface DataSourceModifiable
DataSets.| Modifier and Type | Method and Description |
|---|---|
logical |
isDataSourceModified()
Checks whether the data in the data source has been modified.
|
static logical |
isDataSourceModified(Buffer rb) |
void |
setDataSourceModified(boolean mod)
Manually mark the data in the target structure as modified.
|
void |
setDataSourceModified(logical mod)
Manually mark the data in the target structure as modified.
|
logical isDataSourceModified()
true when the data has been modified.void setDataSourceModified(logical mod)
mod - true when the data is marked as modified and false otherwise.void setDataSourceModified(boolean mod)
mod - true when the data is marked as modified and false otherwise.