WP QueryBuilderDocumentationDocumentationAuthorAuthor (opens in a new tab)DonationDonation
GitHubGitHub (opens in a new tab)
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Donation
  • Documentation
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Author (opens in a new tab)
  • Donation
  • Donation
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Library API
Delete API

Delete API

	function where($column, string $operator = null, $value = null): self;
 
    function andWhere(string $column, string $operator = null, $value = null): self;
 
    function orWhere(string $column, string $operator = null, $value = null): self;
 
    function drop();
 
    function dropIfExists();
 
    function getSql();
 
    function execute();
Create APISelect API

Copyright © 2022–2026 Keramot UL Islam