Interface SequenceInformation


  • public interface SequenceInformation
    Access to information about existing sequences.
    • Method Detail

      • getSequenceName

        QualifiedSequenceName getSequenceName()
        The qualified sequence name.
        Returns:
        The sequence name
      • getIncrementSize

        int getIncrementSize()
        Retrieve the extracted increment-size defined for the sequence.
        Returns:
        The extracted increment size; use a negative number to indicate the increment could not be extracted.