service ConnectionPool in module com::sun::star::sdbc::

(Global Index)

Syntax

service ConnectionPool;

Description

is the basic service for pooling SDBC connections.

When the method 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

XDriver

See also

XConnection

Exported Interfaces

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

Description

is the basic interface for establishing database connections.


Top of Page