public interface SequenceDef
| Modifier and Type | Method | Description |
|---|---|---|
SequenceDef |
clone() |
Create a deep copy of this object.
|
oracle.kv.impl.api.table.FieldValueImpl |
getCacheValue() |
Get the cache value of generator.
|
boolean |
getCycle() |
Get the configuration of whether to generate sequence on null.
|
oracle.kv.impl.api.table.FieldValueImpl |
getIncrementValue() |
Get the increment value of generator.
|
oracle.kv.impl.api.table.FieldValueImpl |
getMaxValue() |
Get the max value of generator.
|
oracle.kv.impl.api.table.FieldValueImpl |
getMinValue() |
Get the min value of generator.
|
oracle.kv.impl.api.table.FieldValueImpl |
getStartValue() |
Get the start value of generator.
|
boolean |
isSetCacheValue() |
Returns true if cache is explicitly set.
|
boolean |
isSetCycle() |
Returns true if cycle is explicitly set.
|
boolean |
isSetIncrementValue() |
Returns true if increment value is explicitly set.
|
boolean |
isSetMaxValue() |
Returns true if max value is explicitly set.
|
boolean |
isSetMinValue() |
Returns true if min value is explicitly set.
|
boolean |
isSetStartValue() |
Returns true if start value is explicitly set.
|
SequenceDef clone()
boolean isSetStartValue()
oracle.kv.impl.api.table.FieldValueImpl getStartValue()
boolean isSetIncrementValue()
oracle.kv.impl.api.table.FieldValueImpl getIncrementValue()
boolean isSetMaxValue()
oracle.kv.impl.api.table.FieldValueImpl getMaxValue()
boolean isSetMinValue()
oracle.kv.impl.api.table.FieldValueImpl getMinValue()
boolean isSetCacheValue()
oracle.kv.impl.api.table.FieldValueImpl getCacheValue()
boolean isSetCycle()
boolean getCycle()
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.