Missed a spot.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2139 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -47,12 +47,6 @@ public class DefaultLiaison extends BaseLiaison
|
||||
return false;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation") // from DatabaseLiaison
|
||||
public int lastInsertedId (Connection conn) throws SQLException
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
// from DatabaseLiaison
|
||||
public void initializeGenerator (
|
||||
Connection conn, String table, String column, int value, int size)
|
||||
|
||||
Reference in New Issue
Block a user