IResultSet.TypeScrollSensitive 字段

定义

常量,该常量指示对象的类型 ResultSet ,该对象可滚动,并且通常对更改所依据 ResultSet的数据进行敏感。

[Android.Runtime.Register("TYPE_SCROLL_SENSITIVE")]
public const int TypeScrollSensitive = 1005;
[<Android.Runtime.Register("TYPE_SCROLL_SENSITIVE")>]
val mutable TypeScrollSensitive : int

字段值

Value = 1005
属性

注解

常量,该常量指示对象的类型 ResultSet ,该对象可滚动,并且通常对更改所依据 ResultSet的数据进行敏感。

已在 1.2 中添加。

适用于 . 的 java.sql.ResultSet.TYPE_SCROLL_SENSITIVEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于