public interface Sequence<T extends Number> extends Serializable
Modifier and Type | Method and Description |
---|---|
Field<T> |
currval()
Get the current value of this sequence
|
DataType<T> |
getDataType()
Get the sequence data type
|
String |
getName()
Get the sequence name
|
Schema |
getSchema()
Get the sequence schema
|
Field<T> |
nextval()
Increment the sequence and get the next value
|
Copyright © 2014. All Rights Reserved.