public interface javax.sql.rowset.RowSetFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.sql.rowset.RowSetFactory
  super_class: java.lang.Object
{
  public abstract javax.sql.rowset.CachedRowSet createCachedRowSet();
    descriptor: ()Ljavax/sql/rowset/CachedRowSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract javax.sql.rowset.FilteredRowSet createFilteredRowSet();
    descriptor: ()Ljavax/sql/rowset/FilteredRowSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract javax.sql.rowset.JdbcRowSet createJdbcRowSet();
    descriptor: ()Ljavax/sql/rowset/JdbcRowSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract javax.sql.rowset.JoinRowSet createJoinRowSet();
    descriptor: ()Ljavax/sql/rowset/JoinRowSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract javax.sql.rowset.WebRowSet createWebRowSet();
    descriptor: ()Ljavax/sql/rowset/WebRowSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "RowSetFactory.java"