Class KeyTable
public class KeyTable
This is used to make primary key generation relatively simple and
independent of a DBMS solution.
Field Detail
connection
Connection connection = null
Constructor Detail
KeyTable
public KeyTable(Connection dbConnection)
Method Detail
getNextKey
public int getNextKey(String columnName)
throws SQLException