Method: OrientDB::SQL::BundledFunctionExtension#odb_format_str

Defined in:
lib/orientdb/sql/ext.rb

#odb_format_str(*args) ⇒ Object

Avoided overriding the native method



244
245
246
# File 'lib/orientdb/sql/ext.rb', line 244

def odb_format_str(*args)
  "format('#{to_s}', #{args.map{|x| quote(x)}.join(', ')})"
end