Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

SyncResolver Interface Reference

Inherits javax::sql::RowSet.

Inherited by SyncResolverImpl.

List of all members.


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

Member Function Documentation

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.


Member Data Documentation

int UPDATE_ROW_CONFLICT = 0 [package]

int NO_ROW_CONFLICT = 3