interface XColumnLocate in module com::sun::star::sdbc:: |
interface XColumnLocate : com::sun::star::uno::XInterface ;
provides the possibility to find columns by their name.
When several columns have the same name, then the value of the first matching column will be returned. The column name option is designed to be used when column names are used in the SQL query. For columns that are NOT explicitly named in the query, it is best to use column numbers. If column names are used, there is no way for the programmer to guarantee that they actually refer to the intended columns.
Method Summary |
|
findColumn | maps the given Resultset column name to its ResultSet column index. |
Known Services Which Export this Interface |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.