public final class com.sun.rowset.RowSetFactoryImpl implements javax.sql.rowset.RowSetFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.rowset.RowSetFactoryImpl
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;

  public javax.sql.rowset.CachedRowSet createCachedRowSet();
    descriptor: ()Ljavax/sql/rowset/CachedRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 49
            new com.sun.rowset.CachedRowSetImpl
            dup
            invokespecial com.sun.rowset.CachedRowSetImpl.<init>:()V
            areturn
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;
    Exceptions:
      throws java.sql.SQLException

  public javax.sql.rowset.FilteredRowSet createFilteredRowSet();
    descriptor: ()Ljavax/sql/rowset/FilteredRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 53
            new com.sun.rowset.FilteredRowSetImpl
            dup
            invokespecial com.sun.rowset.FilteredRowSetImpl.<init>:()V
            areturn
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;
    Exceptions:
      throws java.sql.SQLException

  public javax.sql.rowset.JdbcRowSet createJdbcRowSet();
    descriptor: ()Ljavax/sql/rowset/JdbcRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 58
            new com.sun.rowset.JdbcRowSetImpl
            dup
            invokespecial com.sun.rowset.JdbcRowSetImpl.<init>:()V
            areturn
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;
    Exceptions:
      throws java.sql.SQLException

  public javax.sql.rowset.JoinRowSet createJoinRowSet();
    descriptor: ()Ljavax/sql/rowset/JoinRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 62
            new com.sun.rowset.JoinRowSetImpl
            dup
            invokespecial com.sun.rowset.JoinRowSetImpl.<init>:()V
            areturn
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;
    Exceptions:
      throws java.sql.SQLException

  public javax.sql.rowset.WebRowSet createWebRowSet();
    descriptor: ()Ljavax/sql/rowset/WebRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.rowset.RowSetFactoryImpl this
         0: .line 66
            new com.sun.rowset.WebRowSetImpl
            dup
            invokespecial com.sun.rowset.WebRowSetImpl.<init>:()V
            areturn
        end local 0 // com.sun.rowset.RowSetFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/RowSetFactoryImpl;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "RowSetFactoryImpl.java"