CursorWindow.PutLong(Int64, Int32, Int32) 方法

定義

在指定的列和欄索引處放入長整數。

[Android.Runtime.Register("putLong", "(JII)Z", "GetPutLong_JIIHandler")]
public virtual bool PutLong(long value, int row, int column);
[<Android.Runtime.Register("putLong", "(JII)Z", "GetPutLong_JIIHandler")>]
abstract member PutLong : int64 * int * int -> bool
override this.PutLong : int64 * int * int -> bool

參數

value
Int64

要儲存的值。

row
Int32

零基列索引。

column
Int32

以零為基礎的欄位索引。

傳回

如果成功,則為 True。

屬性

備註

在指定的列和欄索引處放入長整數。

Java 文件 android.database.CursorWindow.putLong(long, int, int)

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

適用於