Uses of Class
javax.sql.rowset.spi.SyncProviderException
-
Packages that use SyncProviderException Package Description javax.sql.rowset Standard interfaces and base classes for JDBCRowSet
implementations.javax.sql.rowset.spi The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider. -
-
Uses of SyncProviderException in javax.sql.rowset
Methods in javax.sql.rowset that throw SyncProviderException Modifier and Type Method and Description void
CachedRowSet. acceptChanges()
Propagates row update, insert and delete changes made to thisCachedRowSet
object to the underlying data source.void
CachedRowSet. acceptChanges(Connection con)
Propagates all row update, insert and delete changes to the data source backing thisCachedRowSet
object using the specifiedConnection
object to establish a connection to the data source. -
Uses of SyncProviderException in javax.sql.rowset.spi
Methods in javax.sql.rowset.spi that throw SyncProviderException Modifier and Type Method and Description abstract int
SyncProvider. getDataSourceLock()
Returns the current data source lock severity level active in thisSyncProvider
implementation.abstract void
SyncProvider. setDataSourceLock(int datasource_lock)
Sets a lock on the underlying data source at the level indicated by datasource_lock.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.