Table of Contents

Interface ICachedRowSet

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

.NET interface for TO BE DEFINED FROM USER

public interface ICachedRowSet

Properties

KeyColumns

int[] KeyColumns { get; set; }

Property Value

int[]

Original

ResultSet Original { get; }

Property Value

ResultSet

OriginalRow

ResultSet OriginalRow { get; }

Property Value

ResultSet

PageSize

int PageSize { get; set; }

Property Value

int

RowSetWarnings

RowSetWarning RowSetWarnings { get; }

Property Value

RowSetWarning

ShowDeleted

bool ShowDeleted { get; set; }

Property Value

bool

SyncProvider

SyncProvider SyncProvider { get; set; }

Property Value

SyncProvider

TableName

String TableName { get; set; }

Property Value

String

Methods

AcceptChanges()

void AcceptChanges()

Exceptions

SyncProviderException

AcceptChanges(Connection)

void AcceptChanges(Connection arg0)

Parameters

arg0 Connection

Connection

Exceptions

SyncProviderException

ColumnUpdated(String)

bool ColumnUpdated(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SQLException

ColumnUpdated(int)

bool ColumnUpdated(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

Commit()

void Commit()

Exceptions

SQLException

CreateCopy()

CachedRowSet CreateCopy()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateCopyNoConstraints()

CachedRowSet CreateCopyNoConstraints()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateCopySchema()

CachedRowSet CreateCopySchema()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateShared()

RowSet CreateShared()

Returns

RowSet

RowSet

Exceptions

SQLException

Execute(Connection)

void Execute(Connection arg0)

Parameters

arg0 Connection

Connection

Exceptions

SQLException

NextPage()

bool NextPage()

Returns

bool

bool

Exceptions

SQLException

Populate(ResultSet)

void Populate(ResultSet arg0)

Parameters

arg0 ResultSet

ResultSet

Exceptions

SQLException

Populate(ResultSet, int)

void Populate(ResultSet arg0, int arg1)

Parameters

arg0 ResultSet

ResultSet

arg1 int

int

Exceptions

SQLException

PreviousPage()

bool PreviousPage()

Returns

bool

bool

Exceptions

SQLException

Release()

void Release()

Exceptions

SQLException

RestoreOriginal()

void RestoreOriginal()

Exceptions

SQLException

Rollback()

void Rollback()

Exceptions

SQLException

Rollback(Savepoint)

void Rollback(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException

RowSetPopulated(RowSetEvent, int)

void RowSetPopulated(RowSetEvent arg0, int arg1)

Parameters

arg0 RowSetEvent

RowSetEvent

arg1 int

int

Exceptions

SQLException

SetMetaData(RowSetMetaData)

void SetMetaData(RowSetMetaData arg0)

Parameters

arg0 RowSetMetaData

RowSetMetaData

Exceptions

SQLException

SetOriginalRow()

void SetOriginalRow()

Exceptions

SQLException

Size()

int Size()

Returns

int

int

ToCollection()

Collection<object> ToCollection()

Returns

Collection<object>

Collection

Exceptions

SQLException

ToCollection(String)

Collection<object> ToCollection(String arg0)

Parameters

arg0 String

String

Returns

Collection<object>

Collection

Exceptions

SQLException

ToCollection(int)

Collection<object> ToCollection(int arg0)

Parameters

arg0 int

int

Returns

Collection<object>

Collection

Exceptions

SQLException

UndoDelete()

void UndoDelete()

Exceptions

SQLException

UndoInsert()

void UndoInsert()

Exceptions

SQLException

UndoUpdate()

void UndoUpdate()

Exceptions

SQLException