A SQLConnectionManager defines the interface between the
Mandarax SQL package and the connection handling with an SQL database.
There will be a default implementation, which is able to handle
standard SQL connections or handling via the J2EE compliant data sources.
See Also:DefaultConnectionManager See Also:java.sql.Connection See Also:javax.sql.DataSource author: Jochen Hiller version: 3.4 <7 March 05> since: 2.2
Releases a connection, give it back to connection manager.
It is in responsiblity of the implementation,
whether the connection will be reused as part of a
connection pool