Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Retrieves a SQLServerResultSetMetaData Class object that contains information about the columns of the SQLServerResultSet object that will be returned when this SQLServerPreparedStatement object is run.
public final java.sql.ResultSetMetaData getMetaData()
A ResultSetMetaData object.
This getMetaData method is specified by the getMetaData method in the java.sql.PreparedStatement interface.
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class