Table of Contents

Interface IRowSetFactory

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/RowSetFactory.html

public interface IRowSetFactory

Methods

CreateCachedRowSet()

CachedRowSet CreateCachedRowSet()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateFilteredRowSet()

FilteredRowSet CreateFilteredRowSet()

Returns

FilteredRowSet

FilteredRowSet

Exceptions

SQLException

CreateJdbcRowSet()

JdbcRowSet CreateJdbcRowSet()

Returns

JdbcRowSet

JdbcRowSet

Exceptions

SQLException

CreateJoinRowSet()

JoinRowSet CreateJoinRowSet()

Returns

JoinRowSet

JoinRowSet

Exceptions

SQLException

CreateWebRowSet()

WebRowSet CreateWebRowSet()

Returns

WebRowSet

WebRowSet

Exceptions

SQLException