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 Tue, 21 Apr 2026 04:00:25 +0000