SQLiteProgram
SQLiteProgram(IntPtr, JniHandleOwnership)
JniPeerMembers
MDatabase
NHandle
NStatement
ThresholdClass
ThresholdType
UniqueId
BindAllArgsAsStrings(String[])
BindBlob(Int32, Byte[])
BindDouble(Int32, Double)
BindLong(Int32, Int64)
BindNull(Int32)
BindString(Int32, String)
ClearBindings()
Close()
Compile(String, Boolean)
Native_bind_blob(Int32, Byte[])
Native_bind_double(Int32, Double)
Native_bind_long(Int32, Int64)
Native_bind_null(Int32)
Native_bind_string(Int32, String)
Native_compile(String)
Native_finalize()
OnAllReferencesReleased()
net9.0-android34.0
namespace Android.Database.Sqlite
{
[Register("android/database/sqlite/SQLiteProgram", DoNotGenerateAcw = true)]
public abstract class SQLiteProgram : SQLiteClosable
{
[Obsolete("deprecated")]
[Register("mDatabase")]
protected SQLiteDatabase? MDatabase { get; set; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | The property getter is only supported on the following platforms:
The property setter is only supported on the following platforms:
|
- Built-in API
- Package-provided API