Project

General

Profile

« Previous | Next » 

Revision 1126

Added by Jing Tao almost 22 years ago

Change the prototype of method getUniqeID

View differences:

AbstractDatabase.java
56 56
   *            during the db operation
57 57
   * @return return the generated unique id as a long type
58 58
   */
59
  public abstract long getUniqueID(Connection conn, String tableName) 
59
  public abstract long getUniqueID(String tableName) 
60 60
                                                  throws SQLException;
61 61

  
62 62
  /**

Also available in: Unified diff