Prado\Data\Common\TDbMetaData::findTableNames PHP Method

findTableNames() abstract public method

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.
return array all table names in the database.
    public abstract function findTableNames($schema = '');