dropTrigger
Less than 1 minute
dropTrigger
dropTrigger
Drops a trigger from the database.
public dropTrigger(string $name, string $table, bool $ifExists, bool $cascade): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | the trigger name | |
$table | the table associated with the trigger | |
$ifExists | when true, adds an IF EXISTS clause | |
$cascade | unused for SQLite; included for interface compatibility |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000