The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

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

interface XPooledConnection
Description
defines a pooled connection which can share a unused connection.

PoolConnections are handled by the connection pool.

When the method XPooledConnection::getConnection() is called, the PooledConnection returns the connection which is pooled.

See also
XConnection
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

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.