This table is used to control the IDs generated by the machine.
Column |
Primary Key |
Datatype |
Length |
Notes |
---|---|---|---|---|
Identifies the type of ID. |
Yes |
INTEGER |
4 |
Follow the hyperlink for details. |
NextID Indicates the next available ID to be allocated. |
|
INTEGER |
4 |
Each object type will allocate these in batches for performance reasons. |
PrevID The previous ID allocated. |
|
INTEGER |
4 |
Used internally to determine if unused batch IDs can be returned on service shutdown. |
Copyright © 2014 CA.
All rights reserved.
|
|