ResultSetMetaData.getColumnName
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract String getColumnName( int column ) throws SQLException
Parameters
-  column 
-  the first column is 1, the second is 2, ...
    
Returns
     column name
    Description
 What's a column's name?
  
Exceptions
 SQLException
     if a database-access error occurs.