summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:58:38 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:58:38 +0000
commita25164c59ff9233c94211c8910e1234eac86cd64 (patch)
treefdc73c212b697773a2d3c4bc0564b39d63956b7e /offapi/com/sun/star/sdbc
parentf778341fb9fad3d67eeff9d16c0dc55ba34f3c78 (diff)
INTEGRATION: CWS odbmacros2 (1.18.222); FILE MERGED
2008/01/08 09:19:37 fs 1.18.222.1: removed wrong documentation about type sequences being <NULL/>
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/XDatabaseMetaData.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index 2ee7829ef..a47135eb7 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDatabaseMetaData.idl,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 16:38:40 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:58:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1400,7 +1400,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param tableNamePattern
a table name pattern
@param types
- a list of table types to include; <NULL/> returns all types
+ a list of table types to include
@returns
each row is a table description
@throws SQLException
@@ -2586,7 +2586,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param typeNamePattern
a type name pattern; may be a fully-qualified name
@param types
- a list of user-named types to include (OBJECT, STRUCT, or DISTINCT); <NULL/> returns all types
+ a list of user-named types to include (OBJECT, STRUCT, or DISTINCT)
@returns
each row is a type description
@throws SQLException