com :: sun :: star :: sdbc :: interface XPooledConnection
- Base Interface
- com::sun::star::uno::XInterface
- 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
- com::sun::star::sdbc::XConnection
Methods' Summary
|
getConnection |
return the connection which is pooled
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.