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 |
Please login to continue.