LOCALATOMSEQUENCES System Table Description
Description
A pseudo table generated for internal debugging purposes only. This table does not provide much information for users. It contains information about NuoDB atoms used in sequences.
Client applications should never contain code that accesses SYSTEM pseudo tables as they are subject to, and furthermore likely to, change from release to release.
|
Fields
Field | Type | Description |
---|---|---|
SCHEMA |
string |
The schema in which the sequence was created |
SEQUENCENAME |
string |
The sequence name |
CATALOGID |
bigint |
The catalog ID for the sequence |
OBJECTID |
bigint |
The ID for the sequence |
NEXTVALUE |
bigint |
The next value in the sequence |
Doing a query on the SYSTEM.LOCALATOMSEQUENCES will increment the sequence value.
|