db\oci\Schema findSchemaNames()

findSchemaNames() protected method

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

throws yii\base\NotSupportedException

if this method is called

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

Please login to continue.