:: com :: sun :: star :: sdbc ::

interface XColumnLocate

Methods' Summary
findColumn maps the given ResultSet column name to its ResultSet column index.  
Methods' Details
findColumn
long
findColumn( [in] string  columnName )
raises( SQLException );

Description
maps the given ResultSet column name to its ResultSet column index.
Parameter columnName
the name of the column
Returns
the position of the column
Throws
SQLException if a database access error occurs.
Top of Page