Uses of Interface
java.sql.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.sql
Modifier and TypeMethodDescriptionPreparedStatement.getMetaData()
Retrieves aResultSetMetaData
object that contains information about the columns of theResultSet
object that will be returned when thisPreparedStatement
object is executed.ResultSet.getMetaData()
Retrieves the number, types and properties of thisResultSet
object's columns. -
Uses of ResultSetMetaData in javax.sql
Modifier and TypeInterfaceDescriptioninterface
An object that contains information about the columns in aRowSet
object. -
Uses of ResultSetMetaData in javax.sql.rowset
Modifier and TypeClassDescriptionclass
Provides implementations for the methods that set and get metadata information about aRowSet
object's columns.