Table of Contents

Interface ISyncResolver

Namespace
Javax.Sql.Rowset.Spi
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISyncResolver : IRowSet, IResultSet
Inherited Members

Properties

Status

int Status { get; }

Property Value

int

Methods

GetConflictValue(String)

object GetConflictValue(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SQLException

GetConflictValue(int)

object GetConflictValue(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

SQLException

NextConflict()

bool NextConflict()

Returns

bool

bool

Exceptions

SQLException

PreviousConflict()

bool PreviousConflict()

Returns

bool

bool

Exceptions

SQLException

SetResolvedValue(String, object)

void SetResolvedValue(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SQLException

SetResolvedValue(int, object)

void SetResolvedValue(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Exceptions

SQLException