接口 SqlResult

    • 方法详细资料

      • nextResult

        default boolean nextResult()
        Move to the next result. This method has no effect after returning false for the first time.
        返回:
        was there a next result that we moved to?
      • getAutoIncrementValue

        default Long getAutoIncrementValue()
        从接口复制的说明: InsertResult
        Get the auto-increment value if one was generated from a row insert statement.
        指定者:
        getAutoIncrementValue 在接口中 InsertResult
        返回:
        auto-increment value