summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XPooledConnection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XPooledConnection.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XPooledConnection.idl18
1 files changed, 14 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XPooledConnection.idl b/offapi/com/sun/star/sdbc/XPooledConnection.idl
index 671a17e17f04..cf024d9bcf82 100644
--- a/offapi/com/sun/star/sdbc/XPooledConnection.idl
+++ b/offapi/com/sun/star/sdbc/XPooledConnection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPooledConnection.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:46:46 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,14 @@ interface XConnection;
<!-- JRH: unclear meaning -->
- <p>When the method <code>getConnection</code> is called,
- the PooledConnection return the connection which is pooled.
+ <p>
+ PoolConnections are handled by the connection pool.
+ </p>
+ <p>
+ When the method
+ <member scope="com::sun::star::sdbc">XPooledConnection::getConnection()</member>
+ is called, the PooledConnection returns the connection which is pooled.
+ </p>
@see com::sun::star::sdbc::XConnection
*/
@@ -94,6 +100,10 @@ interface XPooledConnection: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XPooledConnection::getConnection
/** return the connection which is pooled
+ @returns
+ the pooled Connection object
+ @throws SQLException
+ if a database access error occurs.
*/
XConnection getConnection()
raises (SQLException);