diff options
Diffstat (limited to 'java/sql/DatabaseMetaData.java')
| -rw-r--r-- | java/sql/DatabaseMetaData.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sql/DatabaseMetaData.java b/java/sql/DatabaseMetaData.java index c2f389b88..047ec455b 100644 --- a/java/sql/DatabaseMetaData.java +++ b/java/sql/DatabaseMetaData.java @@ -500,7 +500,7 @@ supportsMixedCaseIdentifiers() throws SQLException; * This method tests whether or not the database treats mixed case * identifiers as all upper case. * - * @exception <code>true</code> if the database treats all identifiers as + * @return <code>true</code> if the database treats all identifiers as * upper case, <code>false</code> otherwise. * * @exception SQLException If an error occurs. @@ -514,7 +514,7 @@ storesUpperCaseIdentifiers() throws SQLException; * This method tests whether or not the database treats mixed case * identifiers as all lower case. * - * @exception <code>true</code> if the database treats all identifiers as + * @return <code>true</code> if the database treats all identifiers as * lower case, <code>false</code> otherwise. * * @exception SQLException If an error occurs. @@ -556,7 +556,7 @@ supportsMixedCaseQuotedIdentifiers() throws SQLException; * This method tests whether or not the database treats mixed case * quoted identifiers as all upper case. * - * @exception <code>true</code> if the database treats all quoted identifiers + * @return <code>true</code> if the database treats all quoted identifiers * as upper case, <code>false</code> otherwise. * * @exception SQLException If an error occurs. @@ -570,7 +570,7 @@ storesUpperCaseQuotedIdentifiers() throws SQLException; * This method tests whether or not the database treats mixed case * quoted identifiers as all lower case. * - * @exception <code>true</code> if the database treats all quoted identifiers + * @return <code>true</code> if the database treats all quoted identifiers * as lower case, <code>false</code> otherwise. * * @exception SQLException If an error occurs. |
