[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
When to fetch a new sequence number
Source position: sqldb.pp line 430
type TSQLSequenceApplyEvent = ( |
||
saeOnNewRecord, |
|
Fetch an ID when a new record is appended to a dataset |
saeOnPost |
|
Fetch an ID when a new record is posted in the dataset |
); |
TSQLSequenceApplyEvent enumerates the moments when a new ID must be fetched for a sequence field.
|
Support for applying sequences to fields |
|
|
Return a list of sequence names |
|
|
Get next value for a sequence |