From 0e2e89fd2e117555f71be7a28e41f5f7663c3395 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 6 Jan 2001 23:28:40 +0000 Subject: Fix comments for doclets From-SVN: r38754 --- libjava/java/sql/DatabaseMetaData.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libjava/java/sql/DatabaseMetaData.java') diff --git a/libjava/java/sql/DatabaseMetaData.java b/libjava/java/sql/DatabaseMetaData.java index a643c81..92ed44e 100644 --- a/libjava/java/sql/DatabaseMetaData.java +++ b/libjava/java/sql/DatabaseMetaData.java @@ -1,5 +1,5 @@ /* DatabaseMetaData.java -- Information about the database itself. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -2109,7 +2109,7 @@ getTablePrivileges(String catalog, String schema, String table) *
    *
  1. SCOPE - The scope of the results returned. This is one of the * constants defined in this class (bestRowTemporary, - * bestRowTransaction, or bestRowSessionbestRowTransaction, or bestRowSession). *
  2. COLUMN_NAME - The name of the column. *
  3. DATA_TYPE - The SQL type of the column. This is one of the constants * defined in Types. @@ -2193,6 +2193,7 @@ getVersionColumns(String catalog, String schema, String table) *
  4. COLUMN_NAME - The name of the column. *
  5. KEY_SEQ - The sequence number of the column within the primary key. *
  6. PK_NAME - The name of the primary key, which may be null. + *
* * @param catalog The catalog to retrieve information from, or the empty string * to return entities not associated with a catalog, or null @@ -2241,6 +2242,7 @@ getPrimaryKeys(String catalog, String schema, String table) * constants defined in this table (importedKeyInitiallyDeferred, * importedKeyInitiallyImmediate, or * importedKeyNotDeferrable). + * * * @param catalog The catalog to retrieve information from, or the empty string * to return entities not associated with a catalog, or null @@ -2289,6 +2291,7 @@ getImportedKeys(String catalog, String schema, String table) * constants defined in this table (importedKeyInitiallyDeferred, * importedKeyInitiallyImmediate, or * importedKeyNotDeferrable). + * * * @param catalog The catalog to retrieve information from, or the empty string * to return entities not associated with a catalog, or null @@ -2337,6 +2340,7 @@ getExportedKeys(String catalog, String schema, String table) * constants defined in this table (importedKeyInitiallyDeferred, * importedKeyInitiallyImmediate, or * importedKeyNotDeferrable). + * * * @param primCatalog The catalog to retrieve information from, or the empty string * to return entities not associated with a catalog, or null @@ -2436,6 +2440,7 @@ getTypeInfo() throws SQLException; * in the table if the index type is tableIndexStatistic. *
  • FILTER_CONDITION - The filter condition for this index, which may be * null. + * * * @param catalog The catalog to retrieve information from, or the empty string * to return entities not associated with a catalog, or null -- cgit v1.1