Class Delete


public class Delete extends Sql
The class extends Sql ad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".
  • Field Details

  • Constructor Details

    • Delete

      public Delete(String table)
      The class's constructor that sets the structure of the sql statement (as Fragment) "DELETE FROM WHERE".
      Parameters:
      table - The table from wich we want to delete datas datas.
  • Method Details

    • where

      public Condition where()
      Gets the current WHERE statement.
      Returns:
      The current WHERE statement.