public static RowSetFactory newFactory () throws SQLException

Creates a new instance of a RowSetFactory implementation. This method uses the following look up order to determine the RowSetFactory implementation class to load:

Once an application has obtained a reference to a RowSetFactory, it can use the factory to obtain RowSet instances.

Returns:  New instance of a RowSetFactory

Exceptions:
SQLException    if the default factory class cannot be loaded, instantiated. The cause will be set to actual Exception

See also:
ServiceLoader

Since:  1.7