:: com :: sun :: star :: sdbc ::

interface XPooledConnection
Developers Guide
Database - Connection Pooling

Methods' Summary
getConnection return the connection which is pooled  
Methods' Details
getConnection
XConnection
getConnection()
raises( SQLException );

Description
return the connection which is pooled
Returns
the pooled Connection object
Throws
SQLException if a database access error occurs.
Top of Page