Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FETCH key AS value in record AND INCREMENT

Code Block
Number getAndIncrement(String key,long record)
Warning

The first value for key in record (get returns the first value of a fetch) must be a Number, otherwise this method should throw an exception.

Code Block
Number getAndIncrement(String key,long record)