Method: Sequel::SQL::ComplexExpression#sql_string

Defined in:
lib/sequel/sql.rb

#sql_stringObject

Return a StringExpression with the same op and args.


1291
1292
1293
# File 'lib/sequel/sql.rb', line 1291

def sql_string
  StringExpression.new(op, *args)
end