public interface SqlSequencePlugin extends Modifiers
SqlFeature. These pattern have to be combined with the sequence name
used in the META SQL query in the next way:
MODIFIER_ANY, MODIFIER_ANYSET, MODIFIER_CALL, MODIFIER_DISCRIMINATOR, MODIFIER_EMPTY, MODIFIER_GTYPE, MODIFIER_ID, MODIFIER_IDENTITY_GENERATOR, MODIFIER_IDENTITY_SELECT, MODIFIER_NOTEMPTY, MODIFIER_NOTNULL, MODIFIER_NULL, MODIFIER_SEQUENCE, MODIFIER_TYPE| Modifier and Type | Method and Description |
|---|---|
String |
sequenceSelect(SqlRuntimeContext runtimeCtx,
String sequenceName)
Used to construct the sequence SELECT SQL.
|
String sequenceSelect(SqlRuntimeContext runtimeCtx, String sequenceName)
runtimeCtx - the public runtime contextsequenceName - the sequence nameCopyright © 2018. All rights reserved.