ResultSetMetaData.getColumnLabel
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract String getColumnLabel( int column ) throws SQLException
Parameters
-  column 
-  the first column is 1, the second is 2, ...
    
Returns
     true if so
    Description
 What's the suggested column title for use in printouts and
 displays?
  
Exceptions
 SQLException
     if a database-access error occurs.