言語

ResultSet.ConcurUpdatable フィールド

定義

注意事項

Use 'Java.Sql.IResultSet.ConcurUpdatable'. This class will be removed in a future release.

更新可能な ResultSet オブジェクトのコンカレンシー モードを示す定数。

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

フィールド値

Value = 1008
属性

注釈

更新可能な ResultSet オブジェクトのコンカレンシー モードを示す定数。

1.2 で追加されました。

Javaドキュメント。

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

適用対象