public class SequenceProviderDefault extends Object implements ISequenceProvider
| Constructor and Description |
|---|
SequenceProviderDefault() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextValue(String sequence)
Given a sequence name, returns the best SQL sentence to provide the
sequence next value.
|
public String nextValue(String sequence)
ISequenceProvidernextValue in interface ISequenceProvidersequence - The sequence name.Copyright © 2017. All rights reserved.