findViewNames() protected method (available since version 2.0.9)
Returns all views names in the database.
protected array findViewNames ( $schema = '' ) | ||
---|---|---|
$schema | string |
The schema of the views. Defaults to empty string, meaning the current or default schema. |
return | array |
All views names in the database. The names have NO schema name prefix. |
Please login to continue.