Table of Contents

Interface ITransactionalWriter

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

.NET interface for TO BE DEFINED FROM USER

public interface ITransactionalWriter : IRowSetWriter
Inherited Members

Methods

Commit()

void Commit()

Exceptions

SQLException

Rollback()

void Rollback()

Exceptions

SQLException

Rollback(Savepoint)

void Rollback(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException