return null;
}
final Timestamp tstamp = new Timestamp((new Date()).getTime());
DBConnection connection = getConnection();
try {
int id = connection.create(CREATE_REALM_USER,LAST_ID_FROM_REALM_USERS, new DBUpdateHandler() {
public void prepare(PreparedStatement s)
throws SQLException
{
s.setInt(1,realm.getId());
s.setInt(2,user.getId());