public interface Sequence<T extends java.lang.Number> extends QueryPart
Modifier and Type | Method and Description |
---|---|
Field<T> |
currval()
Get the current value of this sequence
|
Catalog |
getCatalog()
Get the sequence catalog.
|
DataType<T> |
getDataType()
Get the sequence data type
|
java.lang.String |
getName()
Get the sequence name
|
Schema |
getSchema()
Get the sequence schema
|
Field<T> |
nextval()
Increment the sequence and get the next value
|
java.lang.String getName()
Catalog getCatalog()
Schema getSchema()
@Support(value={CUBRID,DB2,FIREBIRD,H2,HANA,INFORMIX,INGRES,ORACLE,POSTGRES,SQLSERVER2012,SYBASE}) Field<T> currval()
Copyright © 2018. All Rights Reserved.