- All Superinterfaces:
- Joinable, ResultSet, RowSet
- All Known Subinterfaces:
- FilteredRowSet, JoinRowSet, WebRowSet
- See Also:
- Top Examples
void acceptChanges()
throws SyncProviderException
- See Also:
SyncResolver
, SyncProvider
, SyncFactory
, RowSetWriter
, acceptChanges(java.sql.Connection)
, SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void acceptChanges(Connection con)
throws SyncProviderException
- See Also:
SyncResolver
, SyncProvider
, SyncFactory
, RowSetWriter
, acceptChanges()
, SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean columnUpdated(int idx)
throws SQLException
- See Also:
DatabaseMetaData.updatesAreDetected(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean columnUpdated(String columnName)
throws SQLException
- See Also:
DatabaseMetaData.updatesAreDetected(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void commit()
throws SQLException
- See Also:
Connection.setAutoCommit(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final boolean COMMIT_ON_ACCEPT_CHANGES
- See Also:
rollback()
, commit()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
CachedRowSet createCopy()
throws SQLException
- See Also:
RowSetListener
, RowSetEvent
, createCopyNoConstraints()
, createCopySchema()
, createShared()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
CachedRowSet createCopyNoConstraints()
throws SQLException
- See Also:
RowSetListener
, RowSetEvent
, createCopySchema()
, createShared()
, createCopy()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
CachedRowSet createCopySchema()
throws SQLException
- See Also:
RowSetListener
, RowSetEvent
, createCopyNoConstraints()
, createShared()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
RowSet createShared()
throws SQLException
- See Also:
RowSetListener
, RowSetEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void execute(Connection conn)
throws SQLException
- See Also:
-
populate(java.sql.ResultSet)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int[] getKeyColumns()
throws SQLException
- See Also:
Joinable.getMatchColumnNames()
, Joinable.getMatchColumnIndexes()
, setKeyColumns(int[])
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ResultSet getOriginal()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
ResultSet getOriginalRow()
throws SQLException
- See Also:
setOriginalRow()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getPageSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
RowSetWarning getRowSetWarnings()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean getShowDeleted()
throws SQLException
- See Also:
setShowDeleted(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
SyncProvider getSyncProvider()
throws SQLException
- See Also:
setSyncProvider(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getTableName()
throws SQLException
- See Also:
ResultSetMetaData.getTableName(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean nextPage()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void populate(ResultSet data)
throws SQLException
- See Also:
ResultSetMetaData
, execute(java.sql.Connection)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void populate(ResultSet rs,
int startRow)
throws SQLException
- See Also:
ResultSetMetaData
, populate(ResultSet)
, execute(java.sql.Connection)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean previousPage()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void release()
throws SQLException
- See Also:
ResultSet.close()
, RowSetListener.rowSetChanged(javax.sql.RowSetEvent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void restoreOriginal()
throws SQLException
- See Also:
RowSetListener.rowSetChanged(javax.sql.RowSetEvent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void rollback()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void rollback(Savepoint s)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void rowSetPopulated(RowSetEvent event,
int numRows)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setKeyColumns(int[] keys)
throws SQLException
- See Also:
Joinable.setMatchColumn(int)
, Joinable.setMatchColumn(String)
, getKeyColumns()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setMetaData(RowSetMetaData md)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setOriginalRow()
throws SQLException
- See Also:
getOriginalRow()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setPageSize(int size)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setShowDeleted(boolean b)
throws SQLException
- See Also:
getShowDeleted()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setSyncProvider(String provider)
throws SQLException
- See Also:
getSyncProvider()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTableName(String tabName)
throws SQLException
- See Also:
SyncProvider
, RowSetWriter
, RowSetMetaData.setTableName(int, java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int size()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Collection<?> toCollection()
throws SQLException
- See Also:
toCollection(String)
, toCollection(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Collection<?> toCollection(int column)
throws SQLException
- See Also:
toCollection(String)
, toCollection()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Collection<?> toCollection(String column)
throws SQLException
- See Also:
toCollection(int)
, toCollection()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void undoDelete()
throws SQLException
- See Also:
ResultSet.cancelRowUpdates()
, undoInsert()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void undoInsert()
throws SQLException
- See Also:
ResultSet.cancelRowUpdates()
, undoDelete()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void undoUpdate()
throws SQLException
- See Also:
ResultSet.cancelRowUpdates()
, undoInsert()
, undoDelete()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples