![]() |
|
Contents |
Inherited by SyncResolverImpl.
Public Member Functions | |
| int | getStatus () |
| Object | getConflictValue (int index) throws SQLException |
| Object | getConflictValue (String columnName) throws SQLException |
| void | setResolvedValue (int index, Object obj) throws SQLException |
| void | setResolvedValue (String columnName, Object obj) throws SQLException |
| boolean | nextConflict () throws SQLException |
| boolean | previousConflict () throws SQLException |
Public Attributes | |
| int | DELETE_ROW_CONFLICT = 1 |
| int | INSERT_ROW_CONFLICT = 2 |
| int | NO_ROW_CONFLICT = 3 |
Package Attributes | |
| int | UPDATE_ROW_CONFLICT = 0 |
| int getStatus | ( | ) |
Implemented in SyncResolverImpl.
| Object getConflictValue | ( | int | index | ) | throws SQLException |
Implemented in SyncResolverImpl.
| Object getConflictValue | ( | String | columnName | ) | throws SQLException |
Implemented in SyncResolverImpl.
| void setResolvedValue | ( | int | index, | |
| Object | obj | |||
| ) | throws SQLException |
Implemented in SyncResolverImpl.
| void setResolvedValue | ( | String | columnName, | |
| Object | obj | |||
| ) | throws SQLException |
Implemented in SyncResolverImpl.
| boolean nextConflict | ( | ) | throws SQLException |
Implemented in SyncResolverImpl.
| boolean previousConflict | ( | ) | throws SQLException |
Implemented in SyncResolverImpl.
int UPDATE_ROW_CONFLICT = 0 [package] |
| int DELETE_ROW_CONFLICT = 1 |
| int INSERT_ROW_CONFLICT = 2 |
| int NO_ROW_CONFLICT = 3 |