Previous Topic: WgnGroupRelationNext Topic: IDType


WgnID

This table is used to control the IDs generated by the machine.

Column

Primary Key

Datatype

Length

Notes

IDType

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.