Table of Contents

Interface IJdbcRowSet

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll
public interface IJdbcRowSet

Properties

AutoCommit

bool AutoCommit { get; set; }

Property Value

bool

RowSetWarnings

RowSetWarning RowSetWarnings { get; }

Property Value

RowSetWarning

ShowDeleted

bool ShowDeleted { get; set; }

Property Value

bool

Methods

Commit()

void Commit()

Exceptions

SQLException

Rollback()

void Rollback()

Exceptions

SQLException

Rollback(Savepoint)

void Rollback(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException