A. System Catalogs : ABF System Catalogs : ii_sequence_values Catalog
 
Share this page                  
ii_sequence_values Catalog
The ii_sequence_values catalog is used by the 4GL sequence_value function to generate a series of increasing values (for example, in an application that automatically assigns the next invoice number).
The format of ii_sequence_values is as follows:
Column Name
Data Type
Description
sequence_owner
varchar(32)
The owner of the table that receives the sequence value.
sequence_table
varchar(32)
The table that receives the sequence value.
sequence_column
varchar(32)
The column that receives the sequence value.
sequence_value
integer
The last value generated by the sequence_value function.