public class SequenceImpl<T extends Number> extends Object implements Sequence<T>
This type is for JOOQ INTERNAL USE only. Do not reference directly
Constructor and Description |
---|
SequenceImpl(String name,
Schema schema,
DataType<T> type) |
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
|
int |
hashCode() |
Field<T> |
nextval()
Increment the sequence and get the next value
|
public final String getName()
Sequence
public final Schema getSchema()
Sequence
public final DataType<T> getDataType()
Sequence
getDataType
in interface Sequence<T extends Number>
public final Field<T> currval()
Sequence
public final Field<T> nextval()
Sequence
Copyright © 2014. All Rights Reserved.