How can I get a pooled connection?
Created May 8, 2012
John Zukowski If the DataSource supports pooling connections, calling getConnetion() on the source will return a PooledConnection, instead of a plain Connection. The DataSource will implement ConnectionPoolDataSource.