接口 Result

    • 方法详细资料

      • getAffectedItemsCount

        long getAffectedItemsCount()
        Get the count of affected items from manipulation statements. This method forces internal buffering of the result.
        返回:
        count
      • getWarningsCount

        int getWarningsCount()
        Get the number of warnings generated during statement execution. This method forces internal buffering of the result.
        返回:
        number of warnings
      • getWarnings

        Iterator<Warning> getWarnings()
        Get warnings generated during statement execution. This method forces internal buffering of the result.
        返回:
        iterator over warnings