src code

instance method Spah.SpahQL.QueryResultSet#set

Spah.SpahQL.QueryResultSet#set(keyOrDict[, value]) → Boolean
  • keyOrDict (Integer, String, Object): The key that you want to set, or a hash of keys and values to set.
  • value (String): The value to which you want that key set. Ignored if keyOrDict is a hash.

Calls set(key, value) on the first result in this result set and returns the boolean response.