Partager via


getResultSetConcurrency Method (SQLServerStatement)

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

public final int getResultSetConcurrency()

Valeur de retour

An int that indicates the result set concurrency type.

Exceptions

SQLServerException

Remarques

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

Voir aussi

Référence

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members