共用方式為


getResultSetConcurrency Method (SQLServerStatement)

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

public final int getResultSetConcurrency()

傳回值

An int that indicates the result set concurrency type.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerStatement Class

概念

SQLServerStatement Methods
SQLServerStatement Members