Postgres::endDump PHP Method

endDump() public method

Ends the data object for a dump.
public endDump ( )
    function endDump()
    {
        return $this->endTransaction();
    }
Postgres