Java javax.sql.rowset.spi SyncProvider fields, constructors, methods, implement or subclass

Example usage for Java javax.sql.rowset.spi SyncProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql.rowset.spi SyncProvider.

The text is from its open source code.

Subclass

javax.sql.rowset.spi.SyncProvider has subclasses.
Click this link to see all its subclasses.

Field

intGRADE_NONE
Indicates that no synchronization with the originating data source is provided.
intDATASOURCE_NO_LOCK
Indicates that no locks remain on the originating data source.
intNONUPDATABLE_VIEW_SYNC
Indicates that a SyncProvider implementation does not support synchronization between a RowSet object and the SQL VIEW used to populate it.