다음을 통해 공유


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