KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > spi > SyncProvider

javax.sql.rowset.spi
Class SyncProvider

java.lang.Object
  extended by javax.sql.rowset.spi.SyncProvider
See Also:
Source Code, SyncFactory, SyncFactoryException

public static int DATASOURCE_DB_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int DATASOURCE_NO_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int DATASOURCE_ROW_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int DATASOURCE_TABLE_LOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getDataSourceLock()
                               throws SyncProviderException
See Also:
setDataSourceLock(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getProviderGrade()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getProviderID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract RowSetReader getRowSetReader()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract RowSetWriter getRowSetWriter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getVendor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String getVersion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int GRADE_CHECK_ALL_AT_COMMIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int GRADE_CHECK_MODIFIED_AT_COMMIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int GRADE_LOCK_WHEN_LOADED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int GRADE_LOCK_WHEN_MODIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int GRADE_NONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int NONUPDATABLE_VIEW_SYNC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void setDataSourceLock(int datasource_lock)
                                throws SyncProviderException
See Also:
getDataSourceLock()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int supportsUpdatableView()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SyncProvider()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int UPDATABLE_VIEW_SYNC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags