public interface SequenceDefinition extends TypedElementDefinition<SchemaDefinition>
| Modifier and Type | Method and Description |
|---|---|
Number |
getCache()
Get the number of sequence values to cache for this sequence or
null, if no such value is specified. |
boolean |
getCycle()
|
Number |
getIncrementBy()
Get the increment for this sequence or
null, if no such
value is specified. |
Number |
getMaxvalue()
Get the maximum value for this sequence or
null, if no such
value is specified. |
Number |
getMinvalue()
Get the minimum value for this sequence or
null, if no such
value is specified. |
Number |
getStartWith()
Get the start value for this sequence or
null, if no such
value is specified. |
getContainer, getDefinedType, getDomain, getType, getTypegetCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSourceNumber getStartWith()
null, if no such
value is specified.Number getIncrementBy()
null, if no such
value is specified.Number getMinvalue()
null, if no such
value is specified.Number getMaxvalue()
null, if no such
value is specified.boolean getCycle()
Number getCache()
null, if no such value is specified.Copyright © 2021. All rights reserved.