Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/NotBetween.php

<?php

namespace Laminas\Db\Sql\Predicate;

class NotBetween extends Between
{
    /** @var string */
    protected $specification = '%1$s NOT BETWEEN %2$s AND %3$s';
}