Prado\Data\Common\TDbMetaData::findTableNames PHP 메소드

findTableNames() 추상적인 공개 메소드

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