SEQUENCES System Table Description

Description

Information about the sequences defined in the database.

Fields

Field Type Description

SCHEMA

varchar(128)

The schema containing this sequence.

SEQUENCENAME

varchar(128)

The name of the sequence.

OBJECTID

bigint

The identifier for the database object.

Indexes

Primary Index: SEQUENCES..PRIMARY_KEY on fields: SCHEMA, SEQUENCENAME