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 | string | the trigger name |
$table | string | the table associated with the trigger |
$ifExists | bool | when true, adds an IF EXISTS clause |
$cascade | bool | unused for SQLite; included for interface compatibility |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000