java.lang.Object
org.nuxeo.ecm.core.storage.sql.jdbc.db.Delete
All Implemented Interfaces:
Serializable

public class Delete extends Object implements Serializable
A DELETE statement.
Author:
Florent Guillaume
See Also:
  • Field Details

    • table

      protected final Table table
  • Constructor Details

    • Delete

      public Delete(Table table)
  • Method Details

    • setWhere

      public void setWhere(String where)
    • getStatement

      public String getStatement()