ResultSet.findColumn
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract int findColumn( String columnName ) throws SQLException
Parameters
-  columnName 
-  the name of the column
    
Returns
     the column index
    Description
 Map a Resultset column name to a ResultSet column index.
  
Exceptions
 SQLException
     if a database-access error occurs.