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.
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.
Syntax
public final java.sql.ResultSetMetaData getMetaData()
Return Value
A ResultSetMetaData object.
Exceptions
Remarks
This getMetaData method is specified by the getMetaData method in the java.sql.PreparedStatement interface.
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class