return "jdbc/kyra";
return (RemoveComment)Execution.getInstance(RemoveComment.class);
return DELETE;
long cid = ((Long)data.get(Comment.COMMENT_ID)).longValue(); statement.setLong(COMMENT_ID, cid); if( statement.executeUpdate() != 1 ) { throw new PersistenceException("Bizarre number of rows deleted."); } return null;