db\pgsql\Schema findSchemaNames()

findSchemaNames() protected method (available since version 2.0.4)

Returns all schema names in the database, including the default one but not system schemas.

This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception.

protected array findSchemaNames ( )
return array

All schema names in the database, except system schemas

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

Please login to continue.