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