Interface CmdInformation

All Known Implementing Classes:
CmdInformationBatch, CmdInformationMultiple, CmdInformationSingle

public interface CmdInformation
  • Field Details

  • Method Details

    • getUpdateCounts

      int[] getUpdateCounts()
    • getServerUpdateCounts

      int[] getServerUpdateCounts()
    • getLargeUpdateCounts

      long[] getLargeUpdateCounts()
    • getUpdateCount

      int getUpdateCount()
    • getLargeUpdateCount

      long getLargeUpdateCount()
    • addSuccessStat

      void addSuccessStat(long updateCount, long insertId)
    • addErrorStat

      void addErrorStat()
    • reset

      void reset()
    • addResultSetStat

      void addResultSetStat()
    • getGeneratedKeys

      ResultSet getGeneratedKeys(Protocol protocol)
    • getBatchGeneratedKeys

      ResultSet getBatchGeneratedKeys(Protocol protocol)
    • getCurrentStatNumber

      int getCurrentStatNumber()
    • moreResults

      boolean moreResults()
    • isCurrentUpdateCount

      boolean isCurrentUpdateCount()
    • setRewrite

      void setRewrite(boolean rewritten)