예제 #1
0
 /** @see java.sql.Statement#close() */
 public void close() throws SQLException {
   clusterCall("close", null, null, true);
   st.close();
   con.remove(this);
 }