类 UpdateResult

    • 构造器详细资料

      • UpdateResult

        public UpdateResult​(StatementExecuteOk ok)
        Create a new result.
        参数:
        ok - the response from the server
    • 方法详细资料

      • getAffectedItemsCount

        public long getAffectedItemsCount()
        从接口复制的说明: Result
        Get the count of affected items from manipulation statements. This method forces internal buffering of the result.
        指定者:
        getAffectedItemsCount 在接口中 Result
        返回:
        count
      • getWarningsCount

        public int getWarningsCount()
        从接口复制的说明: Result
        Get the number of warnings generated during statement execution. This method forces internal buffering of the result.
        指定者:
        getWarningsCount 在接口中 Result
        返回:
        number of warnings
      • getWarnings

        public Iterator<Warning> getWarnings()
        从接口复制的说明: Result
        Get warnings generated during statement execution. This method forces internal buffering of the result.
        指定者:
        getWarnings 在接口中 Result
        返回:
        iterator over warnings