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

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

Introduction

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

The text is from its open source code.

Field

StringROWSET_SYNC_PROVIDER
The standard property-id for a synchronization provider implementation name.

Method

SyncProvidergetInstance(String providerID)
Returns the SyncProvider instance identified by providerID.
voidregisterProvider(String providerID)
Adds the given synchronization provider to the factory register.