close()
Syntax:
void close() throws SQLException
Description:
Closes the physical connection that this PooledConnection
object represents. An application never calls this method directly; it is called by the connection pool module, or manager.
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: PooledConnection.close()