summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-16 08:18:54 +0000
commitccb8961a971515adb69cee1b3f59aad562d90e3b (patch)
tree2d52bbb73442d3a4202dfc13582c3ebf6ad80fa1 /offapi/com/sun/star/sdbc
parent8d92cba28ba51fa24bd932b246af972a8fd503e4 (diff)
#55857# broken links
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl10
-rw-r--r--offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl10
2 files changed, 8 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index 3ad73b868fc8..aa1f8b651745 100644
--- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: JDBCConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:55 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:18:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,14 +90,12 @@ service JDBCConnectionProperties
[optional, property] string JavaDriverClass;
/** specifies if retrieving of auto generated values should be enabled or not.
- If <TRUE/> than the statement will support the XGeneratedResultSet interface, otherwise not.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/
[optional, property] boolean IsAutoRetrievingEnabled;
/** specifies the statement which should be executed
- when asking an "INSERT" statement for the XGeneratedResultSet interface.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
*/
[optional, property] string AutoRetrievingStatement;
};
diff --git a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index a52418b745d2..b54f213a86d2 100644
--- a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ODBCConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:56 $
+ * last change: $Author: mi $ $Date: 2003-01-16 09:18:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,14 +105,12 @@ service ODBCConnectionProperties
[optional, property] long Charset;
/** specifies if retrieving of auto generated values should be enabled or not.
- If <TRUE/> than the statement will support the XGeneratedResultSet interface, otherwise not.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/
[optional, property] boolean IsAutoRetrievingEnabled;
/** specifies the statement which should be executed
- when asking an "INSERT" statement for the XGeneratedResultSet interface.
- @see com::sun::star::sdbc::XGeneratedResultSet
+ when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
*/
[optional, property] string AutoRetrievingStatement;
};