interface XResultSetMetaDataSupplier in module com::sun::star::sdbc:: |
interface XResultSetMetaDataSupplier : com::sun::star::uno::XInterface ;
provides access to the meta data of a result set.
The number, types, and properties of a ResultSet's columns are provided by the ResultSetMetaData object returned by the XResultSetMetaDataSupplier::getMetaData() method.
Method Summary |
|
getMetaData | retrieves the number, types, and properties of a ResultSet's columns. |
Known Services Which Export this Interface |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.