System.ID

Description

System Wide Functions

Functions

NameSignature and Synopsis
nextIdlong nextId(String name)
For In Memory object management, it returns a system generated unique id for a given sequence name.
removevoid remove(String name)
Removes the sequence identified by the given name.
resetvoid reset(String name, long value)
Sets the sequence identified by the given name to the given value if the given value is greater than the current value.