次の方法で共有


Statement.CloseCurrentResult フィールド

定義

注意事項

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

現在のオブジェクトを呼び出getMoreResultsすときにResultSet閉じる必要があることを示す定数。

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

フィールド値

Value = 1
属性

注釈

現在のオブジェクトを呼び出getMoreResultsすときにResultSet閉じる必要があることを示す定数。

1.4 で追加されました。

の Java ドキュメントjava.sql.Statement.CLOSE_CURRENT_RESULT

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象