Uses of Interface
javax.sql.rowset.RowSetFactory
Packages that use RowSetFactory
Package
Description
Standard interfaces and base classes for JDBC 
RowSet
 implementations.- 
Uses of RowSetFactory in javax.sql.rowsetMethods in javax.sql.rowset that return RowSetFactoryModifier and TypeMethodDescriptionstatic RowSetFactoryRowSetProvider.newFactory()Creates a new instance of aRowSetFactoryimplementation.static RowSetFactoryRowSetProvider.newFactory(String factoryClassName, ClassLoader cl)Creates a new instance of aRowSetFactoryfrom the specified factory class name.