DatabaseUtils.InsertHelper.Bind 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Bind(Int32, Boolean) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Byte[]) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Double) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Int32) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Int64) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Single) |
已淘汰.
將值系結至索引。 |
Bind(Int32, String) |
已淘汰.
將值系結至索引。 |
Bind(Int32, Boolean)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(IZ)V", "GetBind_IZHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, bool value);
[<Android.Runtime.Register("bind", "(IZ)V", "GetBind_IZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * bool -> unit
override this.Bind : int * bool -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Boolean
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, boolean)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, Byte[])
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(I[B)V", "GetBind_IarrayBHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, byte[] value);
[<Android.Runtime.Register("bind", "(I[B)V", "GetBind_IarrayBHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * byte[] -> unit
override this.Bind : int * byte[] -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Byte[]
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, byte[])
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, Double)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(ID)V", "GetBind_IDHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, double value);
[<Android.Runtime.Register("bind", "(ID)V", "GetBind_IDHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * double -> unit
override this.Bind : int * double -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Double
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, double)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, Int32)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(II)V", "GetBind_IIHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, int value);
[<Android.Runtime.Register("bind", "(II)V", "GetBind_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * int -> unit
override this.Bind : int * int -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Int32
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, Int64)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(IJ)V", "GetBind_IJHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, long value);
[<Android.Runtime.Register("bind", "(IJ)V", "GetBind_IJHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * int64 -> unit
override this.Bind : int * int64 -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Int64
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, long)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, Single)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(IF)V", "GetBind_IFHandler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, float value);
[<Android.Runtime.Register("bind", "(IF)V", "GetBind_IFHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * single -> unit
override this.Bind : int * single -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- Single
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, float)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
Bind(Int32, String)
警告
deprecated
將值系結至索引。
[Android.Runtime.Register("bind", "(ILjava/lang/String;)V", "GetBind_ILjava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void Bind (int index, string value);
[<Android.Runtime.Register("bind", "(ILjava/lang/String;)V", "GetBind_ILjava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Bind : int * string -> unit
override this.Bind : int * string -> unit
參數
- index
- Int32
要系結之位置的索引
- value
- String
要系結的值
- 屬性
備註
將值系結至索引。 沒有相符 execute() 的 prepareForInsert() 或 prepareForReplace() 必須已經呼叫。
的 android.database.DatabaseUtils.InsertHelper.bind(int, java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。