An IIdentifierGenerator that generates Int64 values using an
oracle-style sequence. A higher performance algorithm is
SequenceHiLoGenerator.
The following tables list the members exposed by the SequenceGenerator type.
Public Methods
| Name | Description | |
|---|---|---|
| Configure |
Configures the SequenceGenerator by reading the value of sequence and
schema from the parms parameter.
| |
| Generate | ||
| GeneratorKey |
Return a key unique to the underlying database objects for a SequenceGenerator.
| |
| SqlCreateStrings |
The SQL required to create the database objects for a SequenceGenerator.
| |
| SqlDropString |
The SQL required to remove the underlying database objects for a SequenceGenerator.
|
Public Fields
| Name | Description | |
|---|---|---|
| Schema |
The name of the schema parameter.
| |
| Sequence |
The name of the sequence parameter.
|
Public Constructors
| Name | Description | |
|---|---|---|
| SequenceGeneratorNew |