ResultSet.getMetaData
Interface Overview | Interface Members |
This Package |
All Packages
public abstract ResultSetMetaData getMetaData() throws SQLException
Returns
the description of a ResultSet's columns
Description
The number, types and properties of a ResultSet's columns
are provided by the getMetaData method.
Exceptions
SQLException
if a database-access error occurs.