예제 #1
0
 /** Closes the current <code>Result</code> an its database connection */
 public void close() {
   closeResult();
   closeStatement();
   closeConnection();
 }
예제 #2
0
 /** Closes the current database connection */
 public void closeConnection() {
   closeConnection(gConnection);
 }