Class SequenceInfo

java.lang.Object
com.exedio.cope.SequenceInfo

public final class SequenceInfo extends Object
  • Method Details

    • getFeature

      public Feature getFeature()
    • getStart

      @Deprecated public int getStart()
      Deprecated.
      Use getStartL() instead.
    • getStartL

      public long getStartL()
    • getMinimum

      @Deprecated public int getMinimum()
      Deprecated.
      Use getMinimumL() instead.
    • getMinimumL

      public long getMinimumL()
    • getMaximum

      @Deprecated public int getMaximum()
      Deprecated.
      Use getMaximumL() instead.
    • getMaximumL

      public long getMaximumL()
    • getCount

      @Deprecated public int getCount()
      Deprecated.
      Use getCountL() instead.
    • getCountL

      public long getCountL()
    • isKnown

      public boolean isKnown()
    • getFirst

      @Deprecated public int getFirst()
      Deprecated.
      Use getFirstL() instead.
      Returns the first primary key number generated for the type since the startup of the application.
    • getFirstL

      public long getFirstL()
      Returns the first primary key number generated for the type since the startup of the application.
    • getLast

      @Deprecated public int getLast()
      Deprecated.
      Use getLastL() instead.
      Returns the last primary key number generated for the type.
    • getLastL

      public long getLastL()
      Returns the last primary key number generated for the type.
    • toString

      public String toString()
      Overrides:
      toString in class Object