Interface Update

All Superinterfaces:
Segment, Serializable, Statement, UpdateOperable, Where<Update>, WhereOperable<Update>
All Known Implementing Classes:
Update.Default

public interface Update extends Statement, Where<Update>, UpdateOperable
更新语句
Author:
Maning
  • Method Details

    • of

      static Update of(With with, Table table)
      创建更新语句
      Parameters:
      with - CTE
      table - 表
      Returns:
      语句
    • sets

      Map<String,Object> sets()
      获取已设置的键值对
      Returns:
      已设置的键值对
    • table

      Table table()
      Returns:
    • with

      With with()
      CTE
      Returns:
      CTE