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 a 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 |
|
The schema in which the sequence was created |
SEQUENCENAME |
|
The sequence name |
CATALOGID |
|
The catalog ID for the sequence |
OBJECTID |
|
The ID for the sequence |
NEXTVALUE |
|
The next value in the sequence |
Doing a query on the SYSTEM.LOCALATOMSEQUENCES will increment the sequence value.
|