|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.util.db.SQLFunctions
public class SQLFunctions
Field Summary | |
---|---|
static java.lang.String |
SEQUENCE_TABLE
|
Constructor Summary | |
---|---|
SQLFunctions()
|
Method Summary | |
---|---|
static long |
nextVal(java.sql.Connection con,
java.lang.String name)
Select the next value from a pre-defined sequence This method is equivalent to nextval() SQL function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEQUENCE_TABLE
Constructor Detail |
---|
public SQLFunctions()
Method Detail |
---|
public static long nextVal(java.sql.Connection con, java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |