- Description
- defines a pooled connection which can share a unused connection.
PoolConnections are handled by the connection pool.
When the method
::com::sun::star::sdbc::XPooledConnection::getConnection()
is called, the PooledConnection returns the connection which is pooled.
- See also
- ::com::sun::star::sdbc::XConnection
- Developers Guide
Methods' Summary |
getConnection |
return the connection which is pooled
|
Methods' Details |
getConnection
- Description
- return the connection which is pooled
- Returns
-
the pooled Connection object
- Throws
- SQLException
if a database access error occurs.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|