systemSequence.flushValues(Int32) Method

Definition

Flushes the reserved recIds from the System Sequence cache for a given table

public:
 virtual long flushValues(int _tableId);
public virtual long flushValues (int _tableId);
abstract member flushValues : int -> int64
override this.flushValues : int -> int64
Public Overridable Function flushValues (_tableId As Integer) As Long

Parameters

_tableId
Int32

Returns

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.

Applies to