Table of Contents

Interface IJdbcRowSet

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/sql/rowset/JdbcRowSet.html

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