getResultSetConcurrency メソッド (SQLServerStatement)
SQLServerStatement オブジェクトによって生成された SQLServerResultSet オブジェクトの結果セットのコンカレンシーを取得します。
構文
public final int getResultSetConcurrency()
戻り値
結果セットのコンカレンシーの種類を示す int です。
例外
解説
この getResultSetConcurrency メソッドは、java.sql.Statement インターフェイスの getResultSetConcurrency メソッドで指定されています。