org.jooq
Interface Sequence

All Known Implementing Classes:
SequenceImpl

public interface Sequence

A type representing sequences in databases that support this.

Author:
Lukas Eder

Method Summary
 Field<BigInteger> currval()
          Get the current value of this sequence
 Field<BigInteger> nextval()
          Increment the sequence and get the next value
 

Method Detail

currval

Field<BigInteger> currval()
Get the current value of this sequence


nextval

Field<BigInteger> nextval()
Increment the sequence and get the next value



Copyright © 2011. All Rights Reserved.