interface XPooledConnection in module com::sun::star::sdbc:: |
interface XPooledConnection : com::sun::star::uno::XInterface ;
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.
Method Summary |
|
getConnection | return the connection which is pooled |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.