Package com.exedio.cope
Class SequenceInfo
- java.lang.Object
-
- com.exedio.cope.SequenceInfo
-
public final class SequenceInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getCount()
Deprecated.UsegetCountL()
instead.long
getCountL()
Feature
getFeature()
int
getFirst()
Deprecated.UsegetFirstL()
instead.long
getFirstL()
Returns the first primary key number generated for the type since the startup of the application.int
getLast()
Deprecated.UsegetLastL()
instead.long
getLastL()
Returns the last primary key number generated for the type.int
getMaximum()
Deprecated.UsegetMaximumL()
instead.long
getMaximumL()
int
getMinimum()
Deprecated.UsegetMinimumL()
instead.long
getMinimumL()
int
getStart()
Deprecated.UsegetStartL()
instead.long
getStartL()
boolean
isKnown()
String
toString()
-
-
-
Method Detail
-
getFeature
public Feature getFeature()
-
getStart
@Deprecated public int getStart()
Deprecated.UsegetStartL()
instead.
-
getStartL
public long getStartL()
-
getMinimum
@Deprecated public int getMinimum()
Deprecated.UsegetMinimumL()
instead.
-
getMinimumL
public long getMinimumL()
-
getMaximum
@Deprecated public int getMaximum()
Deprecated.UsegetMaximumL()
instead.
-
getMaximumL
public long getMaximumL()
-
getCount
@Deprecated public int getCount()
Deprecated.UsegetCountL()
instead.
-
getCountL
public long getCountL()
-
isKnown
public boolean isKnown()
-
getFirst
@Deprecated public int getFirst()
Deprecated.UsegetFirstL()
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.UsegetLastL()
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.
-
-