public interface Sequence<T extends Number> extends QueryPart
| 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 © 2015. All Rights Reserved.