語言

ResultSet.ConcurReadOnly 欄位

定義

警告

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

常數表示一個物件的並行模式 ResultSet ,且該物件可能不會被更新。

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

欄位值

Value = 1007
屬性

備註

常數表示一個物件的並行模式 ResultSet ,且該物件可能不會被更新。

在 1.2 版本中加入。

Java 文件 java.sql.ResultSet.CONCUR_READ_ONLY

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

適用於