Ouzo\Restriction\GreaterThanRestriction::toSql PHP Method

toSql() public method

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