Package com.exedio.cope
Class SequenceInfo
java.lang.Object
com.exedio.cope.SequenceInfo
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Deprecated.longintgetFirst()Deprecated.UsegetFirstL()instead.longReturns the first primary key number generated for the type since the startup of the application.intgetLast()Deprecated.UsegetLastL()instead.longgetLastL()Returns the last primary key number generated for the type.intDeprecated.UsegetMaximumL()instead.longintDeprecated.UsegetMinimumL()instead.longintgetStart()Deprecated.UsegetStartL()instead.longbooleanisKnown()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.