SyncProvider
implementation can perform synchronization between a RowSet
object and the SQL VIEW
in the data source from which the RowSet
object got its data.
@return an int
saying whether this SyncProvider
object supports updating an SQL VIEW
; one of the following: SyncProvider.UPDATABLE_VIEW_SYNC, SyncProvider.NONUPDATABLE_VIEW_SYNC
|
|
|
|
|
|