getResultSet Method (SQLServerStatement)
Retrieves the current result as a SQLServerResultSet object.
Syntax
public final java.sql.ResultSet getResultSet()
Return Value
A ResultSet object.
Exceptions
Remarks
This getResultSet method is specified by the getResultSet method in the java.sql.Statement interface.