Ouzo\Restriction\GreaterOrEqualToRestriction::toSql PHP Method

toSql() public method

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' >= ?';
    }
GreaterOrEqualToRestriction