Uses of Interface
javax.sql.rowset.RowSetFactory
-
Packages that use RowSetFactory Package Description javax.sql.rowset Standard interfaces and base classes for JDBCRowSetimplementations. -
-
Uses of RowSetFactory in javax.sql.rowset
Methods in javax.sql.rowset that return RowSetFactory Modifier and Type Method Description static 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.
-