737475767778798081
conn.commit(); return (TransactionStatus.SUCCESS); } public void doSelect1Tweet(int tweet_id) throws SQLException { GetTweet proc = this.getProcedure(GetTweet.class); assert (proc != null); proc.run(conn, tweet_id).close(); }