public abstract class org.h2.result.RowFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.h2.result.RowFactory
  super_class: java.lang.Object
{
  public static final org.h2.result.RowFactory DEFAULT;
    descriptor: Lorg/h2/result/RowFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 19
            new org.h2.result.RowFactory$DefaultRowFactory
            dup
            invokespecial org.h2.result.RowFactory$DefaultRowFactory.<init>:()V
            putstatic org.h2.result.RowFactory.DEFAULT:Lorg/h2/result/RowFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.RowFactory this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.h2.result.RowFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/RowFactory;

  public abstract org.h2.result.Row createRow(org.h2.value.Value[], int);
    descriptor: ([Lorg/h2/value/Value;I)Lorg/h2/result/Row;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      data    
      memory  
}
SourceFile: "RowFactory.java"
NestMembers:
  org.h2.result.RowFactory$DefaultRowFactory
InnerClasses:
  final DefaultRowFactory = org.h2.result.RowFactory$DefaultRowFactory of org.h2.result.RowFactory