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

_getProcedures() private method

Returns the list of procedures inside this database
private _getProcedures ( 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 _getProcedures($pos, $searchClause)
    {
        return $this->_getRoutines('PROCEDURE', $pos, $searchClause);
    }