ps2.setInt(1, ApplicationsPlugin.APPLICATION_SHORTCUT_RESOURCE_TYPE_ID);
ps2.setInt(2, rs.getInt("resource_id"));
try {
ps2.execute();
} finally {
ps2.releasePreparedStatement();
}
ps2 = db.getStatement("removeApplicationShortcuts.delete.shortcutParameters");
ps2.setString(1, String.valueOf(rs.getInt("resource_id")));
try {
ps2.execute();