RowSetMetaData is an object that contains information about the columns in a RowSet object. Some of these column properties are column’s table name, type, count, label, name, size, is nullable, is read only and so on. This interface is an extension of the ResultSetMetaData interface with methods for setting the values in a RowSetMetaData object. […]