Prado\Data\Common\TDbMetaData::findTableNames PHP Méthode

findTableNames() abstract public méthode

This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception.
abstract public findTableNames ( string $schema = '' ) : array
$schema string the schema of the tables. Defaults to empty string, meaning the current or default schema. If not empty, the returned table names will be prefixed with the schema name.
Résultat array all table names in the database.
    public abstract function findTableNames($schema = '');