Uses of Interface
java.sql.ResultSetMetaData
Packages that use ResultSetMetaData
Package
Description
Provides the API for accessing and processing data stored in a
 data source (usually a relational database) using the
 Java programming language.
Provides the API for server side data source access and processing from
 the Java programming language.
Standard interfaces and base classes for JDBC 
RowSet
 implementations.- 
Uses of ResultSetMetaData in java.sqlMethods in java.sql that return ResultSetMetaDataModifier and TypeMethodDescriptionPreparedStatement.getMetaData()Retrieves aResultSetMetaDataobject that contains information about the columns of theResultSetobject that will be returned when thisPreparedStatementobject is executed.ResultSet.getMetaData()Retrieves the number, types and properties of thisResultSetobject's columns.
- 
Uses of ResultSetMetaData in javax.sqlSubinterfaces of ResultSetMetaData in javax.sqlModifier and TypeInterfaceDescriptioninterfaceAn object that contains information about the columns in aRowSetobject.
- 
Uses of ResultSetMetaData in javax.sql.rowsetClasses in javax.sql.rowset that implement ResultSetMetaDataModifier and TypeClassDescriptionclassProvides implementations for the methods that set and get metadata information about aRowSetobject's columns.