public class org.h2.result.ResultWithPaddedStrings implements org.h2.result.ResultInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.result.ResultWithPaddedStrings
  super_class: java.lang.Object
{
  private final org.h2.result.ResultInterface source;
    descriptor: Lorg/h2/result/ResultInterface;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.h2.result.ResultInterface get(org.h2.result.ResultInterface);
    descriptor: (Lorg/h2/result/ResultInterface;)Lorg/h2/result/ResultInterface;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.h2.result.ResultInterface source
         0: .line 31
            aload 0 /* source */
            invokeinterface org.h2.result.ResultInterface.getVisibleColumnCount:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 32
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 33
      StackMap locals: int int
      StackMap stack:
            aload 0 /* source */
            iload 2 /* i */
            invokeinterface org.h2.result.ResultInterface.getColumnType:(I)Lorg/h2/value/TypeInfo;
            invokevirtual org.h2.value.TypeInfo.getValueType:()I
            bipush 21
            if_icmpne 5
         4: .line 34
            new org.h2.result.ResultWithPaddedStrings
            dup
            aload 0 /* source */
            invokespecial org.h2.result.ResultWithPaddedStrings.<init>:(Lorg/h2/result/ResultInterface;)V
            areturn
         5: .line 32
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 2 // int i
         7: .line 37
            aload 0 /* source */
            areturn
        end local 1 // int count
        end local 0 // org.h2.result.ResultInterface source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0  source  Lorg/h2/result/ResultInterface;
            1    8     1   count  I
            2    7     2       i  I
    MethodParameters:
        Name  Flags
      source  

  private void <init>(org.h2.result.ResultInterface);
    descriptor: (Lorg/h2/result/ResultInterface;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // org.h2.result.ResultInterface source
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* source */
            putfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
         2: .line 48
            return
        end local 1 // org.h2.result.ResultInterface source
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/h2/result/ResultWithPaddedStrings;
            0    3     1  source  Lorg/h2/result/ResultInterface;
    MethodParameters:
        Name  Flags
      source  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 52
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.reset:()V
         1: .line 53
            return
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public org.h2.value.Value[] currentRow();
    descriptor: ()[Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 57
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.getVisibleColumnCount:()I
            istore 1 /* count */
        start local 1 // int count
         1: .line 58
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.currentRow:()[Lorg/h2/value/Value;
            iload 1 /* count */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.h2.value.Value[]
            astore 2 /* row */
        start local 2 // org.h2.value.Value[] row
         2: .line 59
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 13
         4: .line 60
      StackMap locals: int org.h2.value.Value[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 3 /* i */
            invokeinterface org.h2.result.ResultInterface.getColumnType:(I)Lorg/h2/value/TypeInfo;
            astore 4 /* type */
        start local 4 // org.h2.value.TypeInfo type
         5: .line 61
            aload 4 /* type */
            invokevirtual org.h2.value.TypeInfo.getValueType:()I
            bipush 21
            if_icmpne 12
         6: .line 62
            aload 4 /* type */
            invokevirtual org.h2.value.TypeInfo.getPrecision:()J
            lstore 5 /* precision */
        start local 5 // long precision
         7: .line 63
            lload 5 /* precision */
            ldc 2147483647
            lcmp
            ifne 9
         8: .line 65
            lconst_1
            lstore 5 /* precision */
         9: .line 67
      StackMap locals: org.h2.value.TypeInfo long
      StackMap stack:
            aload 2 /* row */
            iload 3 /* i */
            aaload
            invokevirtual org.h2.value.Value.getString:()Ljava/lang/String;
            astore 7 /* s */
        start local 7 // java.lang.String s
        10: .line 68
            aload 7 /* s */
            ifnull 12
            aload 7 /* s */
            invokevirtual java.lang.String.length:()I
            i2l
            lload 5 /* precision */
            lcmp
            ifge 12
        11: .line 74
            aload 2 /* row */
            iload 3 /* i */
            aload 7 /* s */
            lload 5 /* precision */
            invokestatic org.h2.util.MathUtils.convertLongToInt:(J)I
            invokestatic org.h2.result.ResultWithPaddedStrings.rightPadWithSpaces:(Ljava/lang/String;I)Ljava/lang/String;
            invokestatic org.h2.value.ValueString.get:(Ljava/lang/String;)Lorg/h2/value/Value;
            aastore
        end local 7 // java.lang.String s
        end local 5 // long precision
        end local 4 // org.h2.value.TypeInfo type
        12: .line 59
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 4
        end local 3 // int i
        14: .line 78
            aload 2 /* row */
            areturn
        end local 2 // org.h2.value.Value[] row
        end local 1 // int count
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/h2/result/ResultWithPaddedStrings;
            1   15     1      count  I
            2   15     2        row  [Lorg/h2/value/Value;
            3   14     3          i  I
            5   12     4       type  Lorg/h2/value/TypeInfo;
            7   12     5  precision  J
           10   12     7          s  Ljava/lang/String;

  private static java.lang.String rightPadWithSpaces(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int length
         0: .line 82
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* used */
        start local 2 // int used
         1: .line 83
            iload 1 /* length */
            iload 2 /* used */
            if_icmpgt 3
         2: .line 84
            aload 0 /* s */
            areturn
         3: .line 86
      StackMap locals: int
      StackMap stack:
            iload 1 /* length */
            newarray 5
            astore 3 /* res */
        start local 3 // char[] res
         4: .line 87
            aload 0 /* s */
            iconst_0
            iload 2 /* used */
            aload 3 /* res */
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         5: .line 88
            aload 3 /* res */
            iload 2 /* used */
            iload 1 /* length */
            bipush 32
            invokestatic java.util.Arrays.fill:([CIIC)V
         6: .line 89
            new java.lang.String
            dup
            aload 3 /* res */
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 3 // char[] res
        end local 2 // int used
        end local 1 // int length
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0       s  Ljava/lang/String;
            0    7     1  length  I
            1    7     2    used  I
            4    7     3     res  [C
    MethodParameters:
        Name  Flags
      s       
      length  

  public boolean next();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 94
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.next:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public int getRowId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 99
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.getRowId:()I
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public boolean isAfterLast();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 104
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.isAfterLast:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public int getVisibleColumnCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 109
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.getVisibleColumnCount:()I
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public int getRowCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 114
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.getRowCount:()I
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 119
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.hasNext:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public boolean needToClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 124
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.needToClose:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 129
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.close:()V
         1: .line 130
            return
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public java.lang.String getAlias(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 134
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getAlias:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getSchemaName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 139
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getSchemaName:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getTableName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 144
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getTableName:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.String getColumnName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 149
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getColumnName:(I)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public org.h2.value.TypeInfo getColumnType(int);
    descriptor: (I)Lorg/h2/value/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 154
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getColumnType:(I)Lorg/h2/value/TypeInfo;
            areturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public boolean isAutoIncrement(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 159
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.isAutoIncrement:(I)Z
            ireturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getNullable(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int i
         0: .line 164
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* i */
            invokeinterface org.h2.result.ResultInterface.getNullable:(I)I
            ireturn
        end local 1 // int i
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setFetchSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // int fetchSize
         0: .line 169
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            iload 1 /* fetchSize */
            invokeinterface org.h2.result.ResultInterface.setFetchSize:(I)V
         1: .line 170
            return
        end local 1 // int fetchSize
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/h2/result/ResultWithPaddedStrings;
            0    2     1  fetchSize  I
    MethodParameters:
           Name  Flags
      fetchSize  

  public int getFetchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 174
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.getFetchSize:()I
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public boolean isLazy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 179
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.isLazy:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.ResultWithPaddedStrings this
         0: .line 184
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.isClosed:()Z
            ireturn
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/ResultWithPaddedStrings;

  public org.h2.result.ResultInterface createShallowCopy(org.h2.engine.SessionInterface);
    descriptor: (Lorg/h2/engine/SessionInterface;)Lorg/h2/result/ResultInterface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.h2.result.ResultWithPaddedStrings this
        start local 1 // org.h2.engine.SessionInterface targetSession
         0: .line 189
            aload 0 /* this */
            getfield org.h2.result.ResultWithPaddedStrings.source:Lorg/h2/result/ResultInterface;
            aload 1 /* targetSession */
            invokeinterface org.h2.result.ResultInterface.createShallowCopy:(Lorg/h2/engine/SessionInterface;)Lorg/h2/result/ResultInterface;
            astore 2 /* copy */
        start local 2 // org.h2.result.ResultInterface copy
         1: .line 190
            aload 2 /* copy */
            ifnull 2
            new org.h2.result.ResultWithPaddedStrings
            dup
            aload 2 /* copy */
            invokespecial org.h2.result.ResultWithPaddedStrings.<init>:(Lorg/h2/result/ResultInterface;)V
            goto 3
      StackMap locals: org.h2.result.ResultInterface
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.h2.result.ResultWithPaddedStrings
         3: areturn
        end local 2 // org.h2.result.ResultInterface copy
        end local 1 // org.h2.engine.SessionInterface targetSession
        end local 0 // org.h2.result.ResultWithPaddedStrings this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/h2/result/ResultWithPaddedStrings;
            0    4     1  targetSession  Lorg/h2/engine/SessionInterface;
            1    4     2           copy  Lorg/h2/result/ResultInterface;
    MethodParameters:
               Name  Flags
      targetSession  
}
SourceFile: "ResultWithPaddedStrings.java"