語言

IDatabaseMetaData.OthersInsertsAreVisible(Int32) 方法

定義

檢索他人所做插入物是否可見。

[Android.Runtime.Register("othersInsertsAreVisible", "(I)Z", "GetOthersInsertsAreVisible_IHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OthersInsertsAreVisible(int type);
[<Android.Runtime.Register("othersInsertsAreVisible", "(I)Z", "GetOthersInsertsAreVisible_IHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OthersInsertsAreVisible : int -> bool

參數

type
Int32

類型ResultSet;其中一、ResultSet.TYPE_FORWARD_ONLYResultSet.TYPE_SCROLL_INSENSITIVEResultSet.TYPE_SCROLL_SENSITIVE

傳回

true 如果其他人製作的插入物對給定結果集類型可見; false 否則

屬性

例外狀況

發生了資料庫錯誤。

備註

檢索他人所做插入物是否可見。

在 1.2 版本中加入。

Java 文件 java.sql.DatabaseMetaData.othersInsertsAreVisible(int)

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

適用於