public class java.sql.DataTruncation extends java.sql.SQLWarning
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.sql.DataTruncation
  super_class: java.sql.SQLWarning
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean parameter;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean read;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int dataSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int transferSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6464298989504059473

  public void <init>(int, boolean, boolean, int, int);
    descriptor: (IZZII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // java.sql.DataTruncation this
        start local 1 // int index
        start local 2 // boolean parameter
        start local 3 // boolean read
        start local 4 // int dataSize
        start local 5 // int transferSize
         0: .line 64
            aload 0 /* this */
            ldc "Data truncation"
            iload 3 /* read */
            ifeq 1
            ldc "01004"
            goto 2
      StackMap locals: uninitialized-this int int int int int
      StackMap stack: uninitialized-this java.lang.String
         1: ldc "22001"
      StackMap locals: uninitialized-this int int int int int
      StackMap stack: uninitialized-this java.lang.String java.lang.String
         2: invokespecial java.sql.SQLWarning.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 65
            aload 0 /* this */
            iload 1 /* index */
            putfield java.sql.DataTruncation.index:I
         4: .line 66
            aload 0 /* this */
            iload 2 /* parameter */
            putfield java.sql.DataTruncation.parameter:Z
         5: .line 67
            aload 0 /* this */
            iload 3 /* read */
            putfield java.sql.DataTruncation.read:Z
         6: .line 68
            aload 0 /* this */
            iload 4 /* dataSize */
            putfield java.sql.DataTruncation.dataSize:I
         7: .line 69
            aload 0 /* this */
            iload 5 /* transferSize */
            putfield java.sql.DataTruncation.transferSize:I
         8: .line 71
            return
        end local 5 // int transferSize
        end local 4 // int dataSize
        end local 3 // boolean read
        end local 2 // boolean parameter
        end local 1 // int index
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Ljava/sql/DataTruncation;
            0    9     1         index  I
            0    9     2     parameter  Z
            0    9     3          read  Z
            0    9     4      dataSize  I
            0    9     5  transferSize  I
    MethodParameters:
              Name  Flags
      index         
      parameter     
      read          
      dataSize      
      transferSize  

  public void <init>(int, boolean, boolean, int, int, java.lang.Throwable);
    descriptor: (IZZIILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // java.sql.DataTruncation this
        start local 1 // int index
        start local 2 // boolean parameter
        start local 3 // boolean read
        start local 4 // int dataSize
        start local 5 // int transferSize
        start local 6 // java.lang.Throwable cause
         0: .line 96
            aload 0 /* this */
            ldc "Data truncation"
            iload 3 /* read */
            ifeq 1
            ldc "01004"
            goto 2
      StackMap locals: uninitialized-this int int int int int java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         1: ldc "22001"
      StackMap locals: uninitialized-this int int int int int java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String java.lang.String
         2: aload 6 /* cause */
            invokespecial java.sql.SQLWarning.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
         3: .line 97
            aload 0 /* this */
            iload 1 /* index */
            putfield java.sql.DataTruncation.index:I
         4: .line 98
            aload 0 /* this */
            iload 2 /* parameter */
            putfield java.sql.DataTruncation.parameter:Z
         5: .line 99
            aload 0 /* this */
            iload 3 /* read */
            putfield java.sql.DataTruncation.read:Z
         6: .line 100
            aload 0 /* this */
            iload 4 /* dataSize */
            putfield java.sql.DataTruncation.dataSize:I
         7: .line 101
            aload 0 /* this */
            iload 5 /* transferSize */
            putfield java.sql.DataTruncation.transferSize:I
         8: .line 102
            return
        end local 6 // java.lang.Throwable cause
        end local 5 // int transferSize
        end local 4 // int dataSize
        end local 3 // boolean read
        end local 2 // boolean parameter
        end local 1 // int index
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Ljava/sql/DataTruncation;
            0    9     1         index  I
            0    9     2     parameter  Z
            0    9     3          read  Z
            0    9     4      dataSize  I
            0    9     5  transferSize  I
            0    9     6         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      index         
      parameter     
      read          
      dataSize      
      transferSize  
      cause         

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.DataTruncation this
         0: .line 113
            aload 0 /* this */
            getfield java.sql.DataTruncation.index:I
            ireturn
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/DataTruncation;

  public boolean getParameter();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.DataTruncation this
         0: .line 124
            aload 0 /* this */
            getfield java.sql.DataTruncation.parameter:Z
            ireturn
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/DataTruncation;

  public boolean getRead();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.DataTruncation this
         0: .line 134
            aload 0 /* this */
            getfield java.sql.DataTruncation.read:Z
            ireturn
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/DataTruncation;

  public int getDataSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.DataTruncation this
         0: .line 145
            aload 0 /* this */
            getfield java.sql.DataTruncation.dataSize:I
            ireturn
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/DataTruncation;

  public int getTransferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.DataTruncation this
         0: .line 155
            aload 0 /* this */
            getfield java.sql.DataTruncation.transferSize:I
            ireturn
        end local 0 // java.sql.DataTruncation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/DataTruncation;
}
SourceFile: "DataTruncation.java"