Nette\Database\Drivers\OciDriver::formatDateInterval PHP Method

formatDateInterval() public method

Formats date-time interval for use in a SQL statement.
public formatDateInterval ( DateInterval $value )
$value DateInterval
    public function formatDateInterval(\DateInterval $value)
    {
        throw new Nette\NotSupportedException();
    }