类 StatementExecuteOk

    • 构造器详细资料

      • StatementExecuteOk

        public StatementExecuteOk()
      • StatementExecuteOk

        public StatementExecuteOk​(long rowsAffected,
                                  Long lastInsertId,
                                  List<String> generatedIds,
                                  List<Warning> warnings)
    • 方法详细资料

      • 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
      • getLastInsertId

        public Long getLastInsertId()
      • getGeneratedIds

        public List<String> getGeneratedIds()
      • 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