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