Class CmdInformationMultiple

java.lang.Object
org.mariadb.jdbc.internal.com.read.dao.CmdInformationMultiple
All Implemented Interfaces:
CmdInformation

public class CmdInformationMultiple extends Object implements CmdInformation
  • Field Details

    • insertIds

      private final ArrayList<Long> insertIds
    • updateCounts

      private final ArrayList<Long> updateCounts
    • expectedSize

      private final int expectedSize
    • autoIncrement

      private final int autoIncrement
    • insertIdNumber

      private int insertIdNumber
    • moreResults

      private int moreResults
    • hasException

      private boolean hasException
    • rewritten

      private boolean rewritten
  • Constructor Details

    • CmdInformationMultiple

      public CmdInformationMultiple(int expectedSize, int autoIncrement)
      Object containing update / insert ids, optimized for only multiple result.
      Parameters:
      expectedSize - expected batch size.
      autoIncrement - connection auto increment value.
  • Method Details