Method: OrientDB::SQL::Update#to_sql_command

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

#to_sql_commandObject



29
30
31
# File 'lib/orientdb/sql/update.rb', line 29

def to_sql_command
  OrientDB::SQLCommand.new to_s
end