語言

ResultSet.TypeScrollSensitive 欄位

定義

警告

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

表示物件類型可捲動且通常對資料ResultSet變更敏感的常數ResultSet

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

欄位值

Value = 1005
屬性

備註

表示物件類型可捲動且通常對資料ResultSet變更敏感的常數ResultSet

在 1.2 版本中加入。

Java 文件 java.sql.ResultSet.TYPE_SCROLL_SENSITIVE

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於