db\pgsql\Schema findViewNames()

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.

doc_Yii
2016-10-30 16:58:49
Comments
Leave a Comment

Please login to continue.