Postgres::getTriggerFunctions PHP Method

getTriggerFunctions() public method

Returns a list of all functions that can be used in triggers
public getTriggerFunctions ( )
    function getTriggerFunctions()
    {
        return $this->getFunctions(true, 'trigger');
    }
Postgres