SQLiteDatabase.Create(SQLiteDatabase+ICursorFactory) Method

Definition

Create a memory backed SQLite database.

[Android.Runtime.Register("create", "(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;)Landroid/database/sqlite/SQLiteDatabase;", "")]
public static Android.Database.Sqlite.SQLiteDatabase Create (Android.Database.Sqlite.SQLiteDatabase.ICursorFactory? factory);
[<Android.Runtime.Register("create", "(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;)Landroid/database/sqlite/SQLiteDatabase;", "")>]
static member Create : Android.Database.Sqlite.SQLiteDatabase.ICursorFactory -> Android.Database.Sqlite.SQLiteDatabase

Parameters

factory
SQLiteDatabase.ICursorFactory

an optional factory class that is called to instantiate a cursor when query is called

Returns

a SQLiteDatabase instance

Attributes

Remarks

Java documentation for android.database.sqlite.SQLiteDatabase.create(android.database.sqlite.CursorFactory).

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