diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index bf9be7fb71ac..19d0d0a3a4b2 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XDatabaseMetaData.idl,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -60,12 +60,15 @@
metadata is not available, these methods should throw a
SQLException
.
+ That a value of XResultSet is
+ can be chaked with the method XResultSet::wasNull().
+ In the text only "(may be )" is mentioned for this case.
Some of these methods take arguments that are String patterns. These
arguments all have names such as fooPattern. Within a pattern String, "%"
means match any substring of 0 or more characters, and "_" means match
any one character. Only metadata entries matching the search pattern
- are returned. If a search pattern argument is set to a ref,
+ are returned. If a search pattern argument is set to ,
that argument's criteria will be dropped from the search.
@@ -1240,7 +1243,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param procedureNamePattern
@@ -1338,7 +1341,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
REMARKS can be defined by the database.
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param procedureNamePattern
@@ -1389,7 +1392,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
all tables.
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param tableNamePattern
@@ -1547,7 +1550,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param tableNamePattern
@@ -1602,7 +1605,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name ; "" retrieves those without a schema
@param table
@@ -1657,7 +1660,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param tableNamePattern
@@ -1722,7 +1725,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -1784,7 +1787,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -1825,7 +1828,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -1940,7 +1943,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -2055,7 +2058,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -2173,13 +2176,13 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param primaryCatalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param primarySchema
a schema name; "" retrieves those without a schema
@param primaryTable
the table name that exports the key
@param foreignCatalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param foreignSchema
a schema name; "" retrieves those without a schema
@param foreignTable
@@ -2362,7 +2365,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schema
a schema name; "" retrieves those without a schema
@param table
@@ -2575,7 +2578,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
result set is returned.
@param catalog
- a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
+ a catalog name; "" retrieves those without a catalog; means drop catalog name from the selection criteria
@param schemaPattern
a schema name pattern; "" retrieves those without a schema
@param typeNamePattern