PMA\libraries\navigation\nodes\NodeDatabase::_getTables PHP Method

_getTables() private method

Returns the list of tables inside this database
private _getTables ( integer $pos, string $searchClause ) : array
$pos integer The offset of the list within the results
$searchClause string A string used to filter the results of the query
return array
    private function _getTables($pos, $searchClause)
    {
        return $this->_getTablesOrViews('tables', $pos, $searchClause);
    }