Share via


DatabaseUtils.InsertHelper Constructors

Definition

Overloads

DatabaseUtils.InsertHelper(SQLiteDatabase, String)
Obsolete.
DatabaseUtils.InsertHelper(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

DatabaseUtils.InsertHelper(SQLiteDatabase, String)

Caution

deprecated

[Android.Runtime.Register(".ctor", "(Landroid/database/sqlite/SQLiteDatabase;Ljava/lang/String;)V", "")]
[System.Obsolete("deprecated")]
public InsertHelper (Android.Database.Sqlite.SQLiteDatabase db, string tableName);
[<Android.Runtime.Register(".ctor", "(Landroid/database/sqlite/SQLiteDatabase;Ljava/lang/String;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Database.DatabaseUtils.InsertHelper : Android.Database.Sqlite.SQLiteDatabase * string -> Android.Database.DatabaseUtils.InsertHelper

Parameters

db
SQLiteDatabase

the SQLiteDatabase to insert into

tableName
String

the name of the table to insert into

Attributes

Remarks

Java documentation for android.database.DatabaseUtils.InsertHelper.DatabaseUtils$InsertHelper(android.database.sqlite.SQLiteDatabase, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

DatabaseUtils.InsertHelper(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected InsertHelper (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Database.DatabaseUtils.InsertHelper : nativeint * Android.Runtime.JniHandleOwnership -> Android.Database.DatabaseUtils.InsertHelper

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to