Description
DERBY-6852 added the ability for a GENERATED IDENTITY column
to specify that it should have CYCLE behavior, utilizing the underlying
CYCLE behavior of the SEQUENCE object.
A column which does not wish to have CYCLE behavior is specified
by omitting the the CYCLE keyword.
It would be nice to allow a GENERATED IDENTITY column to
explicitly specify that it should have NO CYCLE behavior.