Java javax.sql.rowset RowSetProvider fields, constructors, methods, implement or subclass

Example usage for Java javax.sql.rowset RowSetProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql.rowset RowSetProvider.

The text is from its open source code.

Method

RowSetFactorynewFactory(String factoryClassName, ClassLoader cl)

Creates a new instance of a RowSetFactory from the specified factory class name.

RowSetFactorynewFactory()

Creates a new instance of a RowSetFactory implementation.