Table of Contents

Interface IRowSetFactory

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll
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