|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.impl.SequenceImpl<T>
public class SequenceImpl<T extends Number>
A common base class for sequences
This type is for JOOQ INTERNAL USE only. Do not reference directly
Constructor Summary | |
---|---|
SequenceImpl(String name,
Schema schema,
DataType<T> type)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceImpl(String name, Schema schema, DataType<T> type)
Method Detail |
---|
public final String getName()
Sequence
getName
in interface Sequence<T extends Number>
public final Schema getSchema()
Sequence
getSchema
in interface Sequence<T extends Number>
public final DataType<T> getDataType()
Sequence
getDataType
in interface Sequence<T extends Number>
public final Field<T> currval()
Sequence
currval
in interface Sequence<T extends Number>
public final Field<T> nextval()
Sequence
nextval
in interface Sequence<T extends Number>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |