Ouzo\Restriction\LessThanRestriction::toSql PHP Method

toSql() public method

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' < ?';
    }
LessThanRestriction