|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.mysql.common.IdentityColumnValueLoader
public class IdentityColumnValueLoader
A utility class for retrieving the last inserted identity column value.
Constructor Summary | |
---|---|
IdentityColumnValueLoader(DatabaseContext dbCtx)
Creates a new instance. |
Method Summary | |
---|---|
long |
getLastInsertId()
Returns the id of the most recently inserted row on the current connection. |
void |
release()
Performs resource cleanup tasks such as closing files, or database connections. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentityColumnValueLoader(DatabaseContext dbCtx)
dbCtx
- The database context to use for all database access.Method Detail |
---|
public long getLastInsertId()
public void release()
release
in interface Releasable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |