summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ConnectionPool.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ConnectionPool.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ConnectionPool.idl17
1 files changed, 10 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdbc/ConnectionPool.idl b/offapi/com/sun/star/sdbc/ConnectionPool.idl
index ff4228a64b16..48a9d7ba3357 100644
--- a/offapi/com/sun/star/sdbc/ConnectionPool.idl
+++ b/offapi/com/sun/star/sdbc/ConnectionPool.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionPool.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-04-26 10:40:22 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,16 +71,19 @@ interface XDriverManager;
// DocMerge from xml: service com::sun::star::sdbc::ConnectionPool
-/** is the basic service for pooling SDBC connections.
+/** is the basic service for pooling SDBC connections.
- </p>
- <p>When the method <code>getConnection</code> is called,
+ <p>
+ When the method
+ <member scope="com::sun::star::sdbc">XPooledConnection::getConnection()</member>
+ is called,
the ConnectionPool will attempt to locate a suitable pooled connection
or create a new connection from the DriverManager. When the connection
will be released it will move to the pool of unused connections.
- </p>@see com::sun::star::sdbc::XDriver
- @see com::sun::star::sdbc::XConnection
+ </p>
+ @see com::sun::star::sdbc::XDriver
+ @see com::sun::star::sdbc::XConnection
*/
service ConnectionPool
{