abstract class com.microsoft.sqlserver.jdbc.SQLServerBulkRecord implements com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.sqlserver.jdbc.SQLServerBulkRecord
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -170992637946357449

  protected java.lang.String[] columnNames;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.Map<java.lang.Integer, com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata> columnMetadata;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord$ColumnMetadata;>;

  protected java.time.format.DateTimeFormatter dateTimeFormatter;
    descriptor: Ljava/time/format/DateTimeFormatter;
    flags: (0x0004) ACC_PROTECTED

  protected java.time.format.DateTimeFormatter timeFormatter;
    descriptor: Ljava/time/format/DateTimeFormatter;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String loggerPackageName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected static java.util.logging.Logger loggerExternal;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 67
            ldc "com.microsoft.jdbc.SQLServerBulkRecord"
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 66
            putstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
         2: .line 67
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnNames:[Ljava/lang/String;
         2: .line 55
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.dateTimeFormatter:Ljava/time/format/DateTimeFormatter;
         3: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.timeFormatter:Ljava/time/format/DateTimeFormatter;
         4: .line 65
            aload 0 /* this */
            ldc "com.microsoft.jdbc.SQLServerBulkRecord"
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
         5: .line 15
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;

  public void addColumnMetadata(int, java.lang.String, int, int, int, java.time.format.DateTimeFormatter);
    descriptor: (ILjava/lang/String;IIILjava/time/format/DateTimeFormatter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int positionInSource
        start local 2 // java.lang.String name
        start local 3 // int jdbcType
        start local 4 // int precision
        start local 5 // int scale
        start local 6 // java.time.format.DateTimeFormatter dateTimeFormatter
         0: .line 72
            aload 0 /* this */
            iload 1 /* positionInSource */
            aload 2 /* name */
            iload 3 /* jdbcType */
            iload 4 /* precision */
            iload 5 /* scale */
            aload 6 /* dateTimeFormatter */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.addColumnMetadataInternal:(ILjava/lang/String;IIILjava/time/format/DateTimeFormatter;)V
         1: .line 73
            return
        end local 6 // java.time.format.DateTimeFormatter dateTimeFormatter
        end local 5 // int scale
        end local 4 // int precision
        end local 3 // int jdbcType
        end local 2 // java.lang.String name
        end local 1 // int positionInSource
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    2     1   positionInSource  I
            0    2     2               name  Ljava/lang/String;
            0    2     3           jdbcType  I
            0    2     4          precision  I
            0    2     5              scale  I
            0    2     6  dateTimeFormatter  Ljava/time/format/DateTimeFormatter;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      positionInSource   
      name               
      jdbcType           
      precision          
      scale              
      dateTimeFormatter  

  public void addColumnMetadata(int, java.lang.String, int, int, int);
    descriptor: (ILjava/lang/String;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int positionInSource
        start local 2 // java.lang.String name
        start local 3 // int jdbcType
        start local 4 // int precision
        start local 5 // int scale
         0: .line 78
            aload 0 /* this */
            iload 1 /* positionInSource */
            aload 2 /* name */
            iload 3 /* jdbcType */
            iload 4 /* precision */
            iload 5 /* scale */
            aconst_null
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.addColumnMetadataInternal:(ILjava/lang/String;IIILjava/time/format/DateTimeFormatter;)V
         1: .line 79
            return
        end local 5 // int scale
        end local 4 // int precision
        end local 3 // int jdbcType
        end local 2 // java.lang.String name
        end local 1 // int positionInSource
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    2     1  positionInSource  I
            0    2     2              name  Ljava/lang/String;
            0    2     3          jdbcType  I
            0    2     4         precision  I
            0    2     5             scale  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                  Name  Flags
      positionInSource  
      name              
      jdbcType          
      precision         
      scale             

  void addColumnMetadataInternal(int, java.lang.String, int, int, int, java.time.format.DateTimeFormatter);
    descriptor: (ILjava/lang/String;IIILjava/time/format/DateTimeFormatter;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=7, args_size=7
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int positionInSource
        start local 2 // java.lang.String name
        start local 3 // int jdbcType
        start local 4 // int precision
        start local 5 // int scale
        start local 6 // java.time.format.DateTimeFormatter dateTimeFormatter
         0: .line 100
            return
        end local 6 // java.time.format.DateTimeFormatter dateTimeFormatter
        end local 5 // int scale
        end local 4 // int precision
        end local 3 // int jdbcType
        end local 2 // java.lang.String name
        end local 1 // int positionInSource
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1   positionInSource  I
            0    1     2               name  Ljava/lang/String;
            0    1     3           jdbcType  I
            0    1     4          precision  I
            0    1     5              scale  I
            0    1     6  dateTimeFormatter  Ljava/time/format/DateTimeFormatter;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      positionInSource   
      name               
      jdbcType           
      precision          
      scale              
      dateTimeFormatter  

  public void setTimestampWithTimezoneFormat(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // java.lang.String dateTimeFormat
         0: .line 104
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimestampWithTimezoneFormat"
            aload 1 /* dateTimeFormat */
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 105
            aload 0 /* this */
            aload 1 /* dateTimeFormat */
            invokestatic java.time.format.DateTimeFormatter.ofPattern:(Ljava/lang/String;)Ljava/time/format/DateTimeFormatter;
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.dateTimeFormatter:Ljava/time/format/DateTimeFormatter;
         2: .line 106
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimestampWithTimezoneFormat"
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 107
            return
        end local 1 // java.lang.String dateTimeFormat
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    4     1  dateTimeFormat  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      dateTimeFormat  

  public void setTimestampWithTimezoneFormat(java.time.format.DateTimeFormatter);
    descriptor: (Ljava/time/format/DateTimeFormatter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // java.time.format.DateTimeFormatter dateTimeFormatter
         0: .line 111
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 4
         1: .line 112
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimestampWithTimezoneFormat"
         2: .line 113
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* dateTimeFormatter */
            aastore
         3: .line 112
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dateTimeFormatter */
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.dateTimeFormatter:Ljava/time/format/DateTimeFormatter;
         5: .line 116
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimestampWithTimezoneFormat"
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 117
            return
        end local 1 // java.time.format.DateTimeFormatter dateTimeFormatter
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    7     1  dateTimeFormatter  Ljava/time/format/DateTimeFormatter;
    MethodParameters:
                   Name  Flags
      dateTimeFormatter  

  public void setTimeWithTimezoneFormat(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // java.lang.String timeFormat
         0: .line 121
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimeWithTimezoneFormat"
            aload 1 /* timeFormat */
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 122
            aload 0 /* this */
            aload 1 /* timeFormat */
            invokestatic java.time.format.DateTimeFormatter.ofPattern:(Ljava/lang/String;)Ljava/time/format/DateTimeFormatter;
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.timeFormatter:Ljava/time/format/DateTimeFormatter;
         2: .line 123
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimeWithTimezoneFormat"
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 124
            return
        end local 1 // java.lang.String timeFormat
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    4     1  timeFormat  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      timeFormat  

  public void setTimeWithTimezoneFormat(java.time.format.DateTimeFormatter);
    descriptor: (Ljava/time/format/DateTimeFormatter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // java.time.format.DateTimeFormatter dateTimeFormatter
         0: .line 128
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 129
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimeWithTimezoneFormat"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* dateTimeFormatter */
            aastore
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dateTimeFormatter */
            putfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.timeFormatter:Ljava/time/format/DateTimeFormatter;
         3: .line 132
            getstatic com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerExternal:Ljava/util/logging/Logger;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.loggerPackageName:Ljava/lang/String;
            ldc "setTimeWithTimezoneFormat"
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 133
            return
        end local 1 // java.time.format.DateTimeFormatter dateTimeFormatter
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    5     1  dateTimeFormatter  Ljava/time/format/DateTimeFormatter;
    MethodParameters:
                   Name  Flags
      dateTimeFormatter  

  protected void throwInvalidArgument(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // java.lang.String argument
         0: .line 139
            new java.text.MessageFormat
            dup
            ldc "R_invalidArgument"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 2 /* form */
        start local 2 // java.text.MessageFormat form
         1: .line 140
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* argument */
            aastore
            astore 3 /* msgArgs */
        start local 3 // java.lang.Object[] msgArgs
         2: .line 141
            aconst_null
            aconst_null
            aload 2 /* form */
            aload 3 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Z)V
         3: .line 142
            return
        end local 3 // java.lang.Object[] msgArgs
        end local 2 // java.text.MessageFormat form
        end local 1 // java.lang.String argument
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    4     1  argument  Ljava/lang/String;
            1    4     2      form  Ljava/text/MessageFormat;
            2    4     3   msgArgs  [Ljava/lang/Object;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
          Name  Flags
      argument  

  protected void checkDuplicateColumnName(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int positionInTable
        start local 2 // java.lang.String colName
         0: .line 149
            aload 2 /* colName */
            ifnull 9
            aload 2 /* colName */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 9
         1: .line 150
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerBulkRecord int java.lang.String top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         3: .line 153
            aload 3 /* entry */
            ifnull 8
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iload 1 /* positionInTable */
            if_icmpeq 8
         4: .line 154
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            ifnull 8
            aload 2 /* colName */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.columnName:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         5: .line 155
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            ldc "R_BulkDataDuplicateColumn"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
         6: .line 156
            aconst_null
         7: .line 155
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.util.Map$Entry entry
         8: .line 150
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 161
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerBulkRecord int java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String colName
        end local 1 // int positionInTable
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0   10     1  positionInTable  I
            0   10     2          colName  Ljava/lang/String;
            3    8     3            entry  Ljava/util/Map$Entry<Ljava/lang/Integer;Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord$ColumnMetadata;>;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                 Name  Flags
      positionInTable  
      colName          

  public java.time.format.DateTimeFormatter getColumnDateTimeFormatter(int);
    descriptor: (I)Ljava/time/format/DateTimeFormatter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 165
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            iload 1 /* column */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.dateTimeFormatter:Ljava/time/format/DateTimeFormatter;
            areturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public java.util.Set<java.lang.Integer> getColumnOrdinals();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
    Signature: ()Ljava/util/Set<Ljava/lang/Integer;>;

  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 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 175
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            iload 1 /* column */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.columnName:Ljava/lang/String;
            areturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public int getColumnType(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 180
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            iload 1 /* column */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.columnType:I
            ireturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public int getPrecision(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 185
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            iload 1 /* column */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.precision:I
            ireturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public int getScale(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 190
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord.columnMetadata:Ljava/util/Map;
            iload 1 /* column */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
            getfield com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata.scale:I
            ireturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  

  public boolean isAutoIncrement(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
        start local 1 // int column
         0: .line 195
            iconst_0
            ireturn
        end local 1 // int column
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerBulkRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerBulkRecord;
            0    1     1  column  I
    MethodParameters:
        Name  Flags
      column  
}
SourceFile: "SQLServerBulkRecord.java"
NestMembers:
  com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata
InnerClasses:
  protected ColumnMetadata = com.microsoft.sqlserver.jdbc.SQLServerBulkRecord$ColumnMetadata of com.microsoft.sqlserver.jdbc.SQLServerBulkRecord
  public abstract Entry = java.util.Map$Entry of java.util.Map