SQLiteProgram.Compile(String, Boolean) Method

Definition

Caution

deprecated

[Android.Runtime.Register("compile", "(Ljava/lang/String;Z)V", "GetCompile_Ljava_lang_String_ZHandler")]
[System.Obsolete("deprecated")]
protected virtual void Compile (string? sql, bool forceCompilation);
[<Android.Runtime.Register("compile", "(Ljava/lang/String;Z)V", "GetCompile_Ljava_lang_String_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Compile : string * bool -> unit
override this.Compile : string * bool -> unit

Parameters

sql
String
forceCompilation
Boolean
Attributes

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