public interface Sequence<T extends Number> extends Named
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
|
Schema |
getSchema()
Get the sequence schema
|
Field<T> |
nextval()
Increment the sequence and get the next value
|
getComment, getName, getQualifiedName, getUnqualifiedName
Catalog getCatalog()
Schema getSchema()
@Support(value={AURORA_POSTGRES,CUBRID,DB2,FIREBIRD,H2,HANA,INFORMIX,INGRES,ORACLE,POSTGRES,SQLSERVER2012,SYBASE}) Field<T> currval()
Copyright © 2019. All rights reserved.