public class org.hsqldb.result.ResultProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.result.ResultProperties
  super_class: java.lang.Object
{
  static final int idx_returnable;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int idx_holdable;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int idx_scrollable;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int idx_updatable;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int idx_sensitive;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int idx_isheld;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int defaultPropsValue;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int updatablePropsValue;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

  public static int getProperties(int, int, int, int, int);
    descriptor: (IIIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // int sensitive
        start local 1 // int updatable
        start local 2 // int scrollable
        start local 3 // int holdable
        start local 4 // int returnable
         0: .line 60
            iload 0 /* sensitive */
            iconst_4
            ishl
         1: .line 61
            iload 1 /* updatable */
            iconst_3
            ishl
         2: .line 60
            ior
         3: .line 62
            iload 2 /* scrollable */
            iconst_2
            ishl
         4: .line 60
            ior
         5: .line 63
            iload 3 /* holdable */
            iconst_1
            ishl
         6: .line 60
            ior
         7: .line 64
            iload 4 /* returnable */
            iconst_0
            ishl
         8: .line 60
            ior
            istore 5 /* combined */
        start local 5 // int combined
         9: .line 66
            iload 5 /* combined */
            ireturn
        end local 5 // int combined
        end local 4 // int returnable
        end local 3 // int holdable
        end local 2 // int scrollable
        end local 1 // int updatable
        end local 0 // int sensitive
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0   sensitive  I
            0   10     1   updatable  I
            0   10     2  scrollable  I
            0   10     3    holdable  I
            0   10     4  returnable  I
            9   10     5    combined  I
    MethodParameters:
            Name  Flags
      sensitive   
      updatable   
      scrollable  
      holdable    
      returnable  

  public static int getJDBCHoldability(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int props
         0: .line 70
            iload 0 /* props */
            invokestatic org.hsqldb.result.ResultProperties.isHoldable:(I)Z
            ifeq 1
            iconst_1
            goto 2
         1: .line 71
      StackMap locals:
      StackMap stack:
            iconst_2
         2: .line 70
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static int getJDBCConcurrency(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int props
         0: .line 75
            iload 0 /* props */
            invokestatic org.hsqldb.result.ResultProperties.isReadOnly:(I)Z
            ifeq 1
            sipush 1007
            goto 2
         1: .line 76
      StackMap locals:
      StackMap stack:
            sipush 1008
         2: .line 75
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static int getJDBCScrollability(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int props
         0: .line 80
            iload 0 /* props */
            invokestatic org.hsqldb.result.ResultProperties.isScrollable:(I)Z
            ifeq 1
            sipush 1004
            goto 2
         1: .line 81
      StackMap locals:
      StackMap stack:
            sipush 1003
         2: .line 80
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static int getValueForJDBC(int, int, int);
    descriptor: (III)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // int type
        start local 1 // int concurrency
        start local 2 // int holdability
         0: .line 87
            iload 0 /* type */
            sipush 1003
            if_icmpne 1
            iconst_0
            goto 2
         1: .line 88
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 87
      StackMap locals:
      StackMap stack: int
            istore 3 /* scrollable */
        start local 3 // int scrollable
         3: .line 89
            iload 1 /* concurrency */
            sipush 1008
            if_icmpne 4
            iconst_1
            goto 5
         4: .line 90
      StackMap locals: int
      StackMap stack:
            iconst_0
         5: .line 89
      StackMap locals:
      StackMap stack: int
            istore 4 /* updatable */
        start local 4 // int updatable
         6: .line 91
            iload 2 /* holdability */
            iconst_1
            if_icmpne 8
         7: .line 92
            iconst_1
            goto 9
         8: .line 93
      StackMap locals: int
      StackMap stack:
            iconst_0
         9: .line 91
      StackMap locals:
      StackMap stack: int
            istore 5 /* holdable */
        start local 5 // int holdable
        10: .line 94
            iload 4 /* updatable */
            iconst_3
            ishl
        11: .line 95
            iload 3 /* scrollable */
            iconst_2
            ishl
        12: .line 94
            ior
        13: .line 96
            iload 5 /* holdable */
            iconst_1
            ishl
        14: .line 94
            ior
            istore 6 /* prop */
        start local 6 // int prop
        15: .line 98
            iload 6 /* prop */
            ireturn
        end local 6 // int prop
        end local 5 // int holdable
        end local 4 // int updatable
        end local 3 // int scrollable
        end local 2 // int holdability
        end local 1 // int concurrency
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         type  I
            0   16     1  concurrency  I
            0   16     2  holdability  I
            3   16     3   scrollable  I
            6   16     4    updatable  I
           10   16     5     holdable  I
           15   16     6         prop  I
    MethodParameters:
             Name  Flags
      type         
      concurrency  
      holdability  

  public static boolean isUpdatable(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 102
            iload 0 /* props */
            bipush 8
            iand
            ifne 1
            iconst_0
            goto 2
         1: .line 103
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 102
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static boolean isScrollable(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 107
            iload 0 /* props */
            iconst_4
            iand
            ifne 1
            iconst_0
            goto 2
         1: .line 108
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 107
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static boolean isHoldable(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 112
            iload 0 /* props */
            iconst_2
            iand
            ifne 1
            iconst_0
            goto 2
         1: .line 113
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 112
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static boolean isSensitive(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 117
            iload 0 /* props */
            bipush 16
            iand
            ifne 1
            iconst_0
            goto 2
         1: .line 118
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 117
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static boolean isReadOnly(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 122
            iload 0 /* props */
            bipush 8
            iand
            ifne 1
            iconst_1
            goto 2
         1: .line 123
      StackMap locals:
      StackMap stack:
            iconst_0
         2: .line 122
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static boolean isHeld(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int props
         0: .line 127
            iload 0 /* props */
            bipush 32
            iand
            ifne 1
            iconst_0
            goto 2
         1: .line 128
      StackMap locals:
      StackMap stack:
            iconst_1
         2: .line 127
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
    MethodParameters:
       Name  Flags
      props  

  public static int addUpdatable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int props
        start local 1 // boolean flag
         0: .line 132
            iload 1 /* flag */
            ifeq 1
            iload 0 /* props */
            bipush 8
            ior
            goto 2
         1: .line 133
      StackMap locals:
      StackMap stack:
            iload 0 /* props */
            bipush -9
            iand
         2: .line 132
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // boolean flag
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
            0    3     1   flag  Z
    MethodParameters:
       Name  Flags
      props  
      flag   

  public static int addHoldable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int props
        start local 1 // boolean flag
         0: .line 137
            iload 1 /* flag */
            ifeq 1
            iload 0 /* props */
            iconst_2
            ior
            goto 2
         1: .line 138
      StackMap locals:
      StackMap stack:
            iload 0 /* props */
            bipush -3
            iand
         2: .line 137
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // boolean flag
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
            0    3     1   flag  Z
    MethodParameters:
       Name  Flags
      props  
      flag   

  public static int addScrollable(int, boolean);
    descriptor: (IZ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int props
        start local 1 // boolean flag
         0: .line 142
            iload 1 /* flag */
            ifeq 1
            iload 0 /* props */
            iconst_4
            ior
            goto 2
         1: .line 143
      StackMap locals:
      StackMap stack:
            iload 0 /* props */
            bipush -5
            iand
         2: .line 142
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // boolean flag
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
            0    3     1   flag  Z
    MethodParameters:
       Name  Flags
      props  
      flag   

  public static int addIsHeld(int, boolean);
    descriptor: (IZ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int props
        start local 1 // boolean flag
         0: .line 147
            iload 1 /* flag */
            ifeq 1
            iload 0 /* props */
            bipush 32
            ior
            goto 2
         1: .line 148
      StackMap locals:
      StackMap stack:
            iload 0 /* props */
            bipush -33
            iand
         2: .line 147
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // boolean flag
        end local 0 // int props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  props  I
            0    3     1   flag  Z
    MethodParameters:
       Name  Flags
      props  
      flag   
}
SourceFile: "ResultProperties.java"