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

service ConnectionPool
Supported Interface
::com::sun::star::sdbc::XDriverManager
Description
is the basic service for pooling SDBC connections.

When the method ::com::sun::star::sdbc::XPooledConnection::getConnection() is called, the ConnectionPool will attempt to locate a suitable pooled connection or create a new connection from the DriverManager. When the connection will be released it will move to the pool of unused connections.

See also
::com::sun::star::sdbc::XDriver, ::com::sun::star::sdbc::XConnection
Developers Guide
Top of Page