|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cluster5.server.datastorage.DbTools
public class DbTools
Constructor Summary | |
---|---|
DbTools()
|
Method Summary | |
---|---|
static java.lang.Long |
getLastGeneratedId(java.sql.Statement statement)
For this to work the prepared statement has to be created with the Statement.RETURN_GENERATED_KEYS parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbTools()
Method Detail |
---|
public static java.lang.Long getLastGeneratedId(java.sql.Statement statement)
statement
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |