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 Fri, 05 Jun 2026 06:08:15 +0000