createView
Less than 1 minute
createView
createView
Creates a view using the supplied SQL content.
public createView(string $name, mixed $content, bool $replace): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | the view name |
$content | mixed | the SQL query content used to define the view |
$replace | bool | when true, creates or replaces the view |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000