Doctrine\DBAL\Platforms\PostgreSqlPlatform::getRegexpExpression PHP Метод

getRegexpExpression() публичный Метод

{@inheritDoc}
public getRegexpExpression ( )
    public function getRegexpExpression()
    {
        return 'SIMILAR TO';
    }
PostgreSqlPlatform