systemSequence.flushValues Method
Flushes the reserved recIds from the System Sequence cache for a given table
Syntax
public int64 flushValues(TableId tableId)
Run On
Server
Parameters
- tableId
Type: TableId Extended Data Type
Return Value
Type: int64
The number of recIds flushed from the cache.
Remarks
Subsequent inserts on the table reserve the recIds for the table and System Sequence cache is populated with the reserved range of recIds for the table.