Retrieves the result set type for SQLServerResultSet objects that are generated by this SQLServerStatement object.

public final int getResultSetType()

Return Value

An integer that indicates the result set type.

Exceptions

SQLServerException

Remarks

This getResultSetType method is specified by the getResultSetType method in the java.sql.Statement interface.

See Also