what is the use of resultsetmetadata.
Printable View
what is the use of resultsetmetadata.
Used to collect information about properties and types of columns in RecordSet object in DB application. getColumnName(), getColumnType() are some members you can found.
On javadoc you can find them all. :)