Table of Contents

TSequenceMetadata Class

Describes a named database sequence, including its starting value and increment step.

Syntax

Unit: Aurelius.Sql.Metadata

TSequenceMetadata = class(TMetadataInfo);

Constructors

Name Description
Create Creates a TSequenceMetadata associated with the given database metadata.

Properties

Name Description
Database Gets the database metadata that owns this sequence.
Increment Gets or sets the amount by which the sequence advances on each call.
InitialValue Gets or sets the value from which the sequence starts.
Name Gets or sets the sequence name as it appears in the database.