Uses of Class
com.mckoi.database.SequenceManager.SequenceGenerator
-
Packages that use SequenceManager.SequenceGenerator Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of SequenceManager.SequenceGenerator in com.mckoi.database
Methods in com.mckoi.database that return SequenceManager.SequenceGenerator Modifier and Type Method Description private SequenceManager.SequenceGenerator
SequenceManager. getGenerator(TableName name)
Returns a SequenceGenerator object representing the sequence generator with the given name.Methods in com.mckoi.database with parameters of type SequenceManager.SequenceGenerator Modifier and Type Method Description private void
SequenceManager. updateGeneratorState(SequenceManager.SequenceGenerator generator)
Updates the state of the sequence key in the sequence tables in the database.
-