| Class | Description |
|---|---|
| H2SequenceHandler |
H2 implementation of sequences using a hybrid native SQL sequence primitives and 4GL fixes
backed by directory.
|
| MariaDbSequenceHandler |
MariaDb implementation of sequences using a native SQL sequence primitives queries.
|
| PostgreSQLSequenceHandler |
PostgreSQL implementation of sequences using a native SQL sequence primitives queries.
|
| Sequence |
In-memory properties of a sequence.
|
| SequenceHandler |
This class defines 3 sequence primitives for sequence
CURRENT-VALUE,
NEXT-VALUE functions and CURRENT-VALUE statement and an utility
contains method. |
| SQLServer2012SequenceHandler |
SQL Server 2012 implementation of sequences using a native SQL sequence primitives queries.
|