Package org.jooq.meta

Interface SequenceDefinition

    • Method Detail

      • getStartWith

        Number getStartWith()
        Get the start value for this sequence or null, if no such value is specified.
      • getIncrementBy

        Number getIncrementBy()
        Get the increment for this sequence or null, if no such value is specified.
      • getMinvalue

        Number getMinvalue()
        Get the minimum value for this sequence or null, if no such value is specified.
      • getMaxvalue

        Number getMaxvalue()
        Get the maximum value for this sequence or null, if no such value is specified.
      • getCache

        Number getCache()
        Get the number of sequence values to cache for this sequence or null, if no such value is specified.