Package com.exedio.cope
Class SequenceInfo
java.lang.Object
com.exedio.cope.SequenceInfo
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
Deprecated.long
int
getFirst()
Deprecated.UsegetFirstL()
instead.long
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
Deprecated.UsegetMaximumL()
instead.long
int
Deprecated.UsegetMinimumL()
instead.long
int
getStart()
Deprecated.UsegetStartL()
instead.long
boolean
isKnown()
toString()
-
Method Details
-
getFeature
-
getStart
Deprecated.UsegetStartL()
instead. -
getStartL
public long getStartL() -
getMinimum
Deprecated.UsegetMinimumL()
instead. -
getMinimumL
public long getMinimumL() -
getMaximum
Deprecated.UsegetMaximumL()
instead. -
getMaximumL
public long getMaximumL() -
getCount
Deprecated.UsegetCountL()
instead. -
getCountL
public long getCountL() -
isKnown
public boolean isKnown() -
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.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. -
toString
-
getCountL()
instead.