dropView
Less than 1 minute
dropView
dropView
Drops a view from the database.
public dropView(string $name, bool $cascade, bool $ifExists): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | the view name |
$cascade | bool | when true, also drops dependent objects |
$ifExists | bool | when true, includes IF EXISTS |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000