Name: boT120536 Date: 12/18/2000
- Not Applicable
On Page: \jdk1.3\docs\api\index.html
Interface: java.sql.ResultSetMetaData
Method name: getCatalogName
API text:
public String getCatalogName(int column)
throws SQLException
Gets the designated column's table's catalog name.
Parameters:
column - the first column is 1, the second is 2, ...
Returns:
column name or "" if not applicable
Throws:
SQLException - if a database access error occurs
====================================================
The short description says that the method returns column's table's catalog
name while the returns section says 'column name or "" if not applicable'
I guess it should read 'catalog name or "" if not applicable'.
This has been as above since the early versions of JSDK; surely in JDK1.2.2 and
JSDK 1.3
(Review ID: 113939)
======================================================================