言語

Statement.CloseAllResults フィールド

定義

注意事項

Use 'Java.Sql.IStatement.CloseAllResults'. This class will be removed in a future release.

getMoreResultsを呼び出すときに、以前に開いたままにされていたすべてのResultSet オブジェクトを閉じる必要があることを示す定数。

[Android.Runtime.Register("CLOSE_ALL_RESULTS")]
[System.Obsolete("Use 'Java.Sql.IStatement.CloseAllResults'. This class will be removed in a future release.")]
public const int CloseAllResults = 3;
[<Android.Runtime.Register("CLOSE_ALL_RESULTS")>]
[<System.Obsolete("Use 'Java.Sql.IStatement.CloseAllResults'. This class will be removed in a future release.")>]
val mutable CloseAllResults : int

フィールド値

Value = 3
属性

注釈

getMoreResultsを呼び出すときに、以前に開いたままにされていたすべてのResultSet オブジェクトを閉じる必要があることを示す定数。

1.4 で追加されました。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象