Nette\Database\Drivers\PgSqlDriver::formatDateInterval PHP 메소드

formatDateInterval() 공개 메소드

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();
    }