Class Delete.Default

All Implemented Interfaces:
Serializable, WhereOperable<Delete>, Where<Delete>, Delete, Segment, Statement
Enclosing interface:
Delete

public static class Delete.Default extends Where.Default<Delete> implements Delete
Delete默认实现
Author:
Maning
See Also:
  • Method Details

    • pseudoSql

      public String pseudoSql()
      Description copied from interface: Segment
      伪SQL,用于直接toString时显示
      Specified by:
      pseudoSql in interface Segment
      Overrides:
      pseudoSql in class Where.Default<Delete>
      Returns:
      伪SQL
    • table

      public Table table()
      Description copied from interface: Delete
      Specified by:
      table in interface Delete
      Returns:
    • with

      public With with()
      Description copied from interface: Delete
      CTE
      Specified by:
      with in interface Delete
      Returns:
      CTE