summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XDatabaseMetaData.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XDatabaseMetaData.idl52
1 files changed, 26 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index 085b2ed966e4..4e6c64f120ac 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -58,7 +58,7 @@
<type scope="com::sun::star::sdbc">SQLException</type>
.
That a value of <type scope="com::sun::star::sdbc">XResultSet</type> is <NULL/>
- can be chaked with the method <member scope="com::sun::star::sdbc">XResultSet::wasNull()</member>.
+ can be checked with the method <member scope="com::sun::star::sdbc">XResultSet::wasNull()</member>.
In the text only "(may be <NULL/>)" is mentioned for this case.
</p>
<p>Some of these methods take arguments that are String patterns. These
@@ -207,7 +207,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
boolean usesLocalFilePerTable() raises (SQLException);
//-------------------------------------------------------------------------
- /** use the database 'mixed case unquoted SQL identifiers' case sensitive.
+ /** use the database "mixed case unquoted SQL identifiers" case sensitive.
@returns
<TRUE/> if so
@throws SQLException
@@ -349,15 +349,15 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** gets the string that can be used to escape wildcard characters.
- This is the string that can be used to escape '_' or '%' in
+ This is the string that can be used to escape "_" or "%" in
the string pattern style catalog search parameters.
<p>
- The '_' character represents any single character.
+ The "_" character represents any single character.
</p>
<p>
- The '%' character represents any sequence of zero or
+ The "%" character represents any sequence of zero or
more characters.
</p>
@returns
@@ -829,7 +829,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
boolean supportsSubqueriesInComparisons() raises (SQLException);
//-------------------------------------------------------------------------
- /** Are subqueries in 'exists' expressions supported?
+ /** Are subqueries in "exists" expressions supported?
@returns
<TRUE/> if so
@throws SQLException
@@ -838,7 +838,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
boolean supportsSubqueriesInExists() raises (SQLException);
//-------------------------------------------------------------------------
- /** Are subqueries in 'in' statements supported?
+ /** Are subqueries in "in" statements supported?
@returns
<TRUE/> if so
@throws SQLException
@@ -1514,7 +1514,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<ul>
<li> NO_NULLS - might not allow NULL values
</li>
- <li> NULABLE - definitely allows NULL values
+ <li> NULLABLE - definitely allows NULL values
</li>
<li> NULLABLE_UNKNOWN - nullability unknown
</li>
@@ -1571,7 +1571,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
Only privileges matching the column name criteria are
returned. They are ordered by COLUMN_NAME and PRIVILEGE.
</p>
- <p>Each privilige description has the following columns:
+ <p>Each privilege description has the following columns:
</p>
<ol>
<li>
@@ -1587,7 +1587,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<b>COLUMN_NAME</b> string => column name
</li>
<li>
- <b>GRANTOR</b> => grantor of access (may be <NULL/>)
+ <b>GRANTOR</b> => granter of access (may be <NULL/>)
</li>
<li>
<b>GRANTEE</b> string => grantee of access
@@ -1621,7 +1621,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** gets a description of the access rights for each table available
in a catalog. Note that a table privilege applies to one or
more columns in the table. It would be wrong to assume that
- this priviledge applies to all columns (this may be <TRUE/> for
+ this privilege applies to all columns (this may be <TRUE/> for
some systems but is not <TRUE/> for all.)
@@ -1629,7 +1629,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
criteria are returned. They are ordered by TABLE_SCHEM,
TABLE_NAME, and PRIVILEGE.
</p>
- <p>Each privilige description has the following columns:
+ <p>Each privilege description has the following columns:
</p>
<ol>
<li>
@@ -1642,7 +1642,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<b>TABLE_NAME</b> string => table name
</li>
<li>
- <b>GRANTOR</b> => grantor of access (may be <NULL/>)
+ <b>GRANTOR</b> => granter of access (may be <NULL/>)
</li>
<li>
<b>GRANTEE</b> string => grantee of access
@@ -2323,7 +2323,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<b>TYPE</b> short => index type:
<ul>
<li> 0 - this identifies table statistics that are
- returned in conjuction with a table's index descriptions
+ returned in conjunction with a table's index descriptions
</li>
<li> CLUSTERED - this is a clustered index
</li>
@@ -2384,7 +2384,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** Does the database support the given result set type?
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2397,10 +2397,10 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
with the given result set type?
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@param concurrency
defined in
- <type scop="com::sun::star::sdbc">ResultSetConcurrency</type>
+ <type scope="com::sun::star::sdbc">ResultSetConcurrency</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2414,7 +2414,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether a result set's own updates are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2426,7 +2426,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether a result set's own deletes are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2438,7 +2438,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether a result set's own inserts are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2450,7 +2450,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether updates made by others are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2462,7 +2462,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether deletes made by others are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2474,7 +2474,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether inserts made by others are visible.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2488,7 +2488,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<code>XResultSet.rowUpdated</code>.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2504,7 +2504,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
returns <FALSE/>, then deleted rows are removed from the result set.
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException
@@ -2518,7 +2518,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
<member scope="com::sun::star::sdbc">XResultSet::rowInserted().</member>
@param setType
defined in
- <type scop="com::sun::star::sdbc">ResultSetType</type>
+ <type scope="com::sun::star::sdbc">ResultSetType</type>
@returns
<TRUE/> if so
@throws SQLException