Uses of Interface
javax.sql.RowSetMetaData
| Package | Description | 
|---|---|
| javax.sql | Provides the API for server side data source access and processing from
 the Java™ programming language. | 
| javax.sql.rowset | Standard interfaces and base classes for JDBC  RowSetimplementations. | 
- 
Uses of RowSetMetaData in javax.sqlMethods in javax.sql with parameters of type RowSetMetaData Modifier and Type Method Description voidRowSetInternal. setMetaData(RowSetMetaData md)Sets the givenRowSetMetaDataobject as theRowSetMetaDataobject for thisRowSetobject.
- 
Uses of RowSetMetaData in javax.sql.rowsetClasses in javax.sql.rowset that implement RowSetMetaData Modifier and Type Class Description classRowSetMetaDataImplProvides implementations for the methods that set and get metadata information about aRowSetobject's columns.Methods in javax.sql.rowset with parameters of type RowSetMetaData Modifier and Type Method Description voidCachedRowSet. setMetaData(RowSetMetaData md)Sets the metadata for thisCachedRowSetobject with the givenRowSetMetaDataobject.