Retrieves the result set type for SQLServerResultSet objects that are generated by this SQLServerStatement object.
public final int getResultSetType()
傳回值
An int that indicates the result set type.
例外狀況
備註
This getResultSetType method is specified by the getResultSetType method in the java.sql.Statement interface.