From 4ea159c8260cc6a89990ed79eb76676429a69c62 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 7 Nov 2001 04:44:01 +0000 Subject: 2001-11-06 Joseph S. Myers * java/io/ByteArrayOutputStream.java, java/io/CharConversionException.java, java/io/PipedInputStream.java, java/io/PipedReader.java, java/io/PrintWriter.java, java/io/WriteAbortedException.java, java/net/BindException.java, java/net/ConnectException.java, java/net/ProtocolException.java, java/net/SocketException.java, java/net/UnknownServiceException.java, java/security/SecureRandom.java, java/security/SignedObject.java, java/security/cert/X509Certificate.java, java/security/interfaces/DSAKey.java, java/sql/DatabaseMetaData.java, java/text/DecimalFormatSymbols.java, java/util/Calendar.java, java/util/GregorianCalendar.java, java/util/Properties.java, java/util/Timer.java, java/util/jar/Attributes.java, java/util/jar/JarEntry.java, java/util/jar/JarInputStream.java, java/util/jar/JarOutputStream.java: Fix spelling errors. --- java/sql/DatabaseMetaData.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/sql/DatabaseMetaData.java') diff --git a/java/sql/DatabaseMetaData.java b/java/sql/DatabaseMetaData.java index 92ed44e45..2340d3133 100644 --- a/java/sql/DatabaseMetaData.java +++ b/java/sql/DatabaseMetaData.java @@ -47,7 +47,7 @@ public static final int bestRowUnknown = 0; public static final int bestRowNotPseudo = 1; /** - * The best row identifer is a pseudo-column. + * The best row identifier is a pseudo-column. */ public static final int bestRowPseudo = 2; @@ -58,12 +58,12 @@ public static final int bestRowPseudo = 2; public static final int bestRowTemporary = 0; /** - * The best row identifer is valid to the end of the transaction. + * The best row identifier is valid to the end of the transaction. */ public static final int bestRowTransaction = 1; /** - * The best row identifer is valid to the end of the session. + * The best row identifier is valid to the end of the session. */ public static final int bestRowSession = 2; @@ -2696,7 +2696,7 @@ supportsBatchUpdates() throws SQLException; *
  • TYPE_SCEHM - The schema name, which may be null. *
  • TYPE_NAME - The user defined data type name. *
  • CLASS_NAME - The Java class name this type maps to. - *
  • DATA_TYPE - A type identifer from Types for this type. + *
  • DATA_TYPE - A type identifier from Types for this type. * This will be one of JAVA_OBJECT, STRUCT, or * DISTINCT. *
  • REMARKS - Comments about this data type. @@ -2708,7 +2708,7 @@ supportsBatchUpdates() throws SQLException; * @param schema The schema to retrieve information from, or the empty string * to return entities not associated with a schema. * @param typePattern The type name pattern to match. - * @param types The type identifer patterns (from Types) to + * @param types The type identifier patterns (from Types) to * match. * * @return A ResultSet with the requested type information -- cgit v1.2.1