类 IncorrectResultSetColumnCountException

    • 构造器详细资料

      • IncorrectResultSetColumnCountException

        public IncorrectResultSetColumnCountException​(int expectedCount,
                                                      int actualCount)
        Constructor for IncorrectResultSetColumnCountException.
        参数:
        expectedCount - the expected column count
        actualCount - the actual column count
      • IncorrectResultSetColumnCountException

        public IncorrectResultSetColumnCountException​(String msg,
                                                      int expectedCount,
                                                      int actualCount)
        Constructor for IncorrectResultCountDataAccessException.
        参数:
        msg - the detail message
        expectedCount - the expected column count
        actualCount - the actual column count
    • 方法详细资料

      • getExpectedCount

        public int getExpectedCount()
        Return the expected column count.
      • getActualCount

        public int getActualCount()
        Return the actual column count.