SQLiteProgram 类

定义

编译的 SQLite 程序的基类。

[Android.Runtime.Register("android/database/sqlite/SQLiteProgram", DoNotGenerateAcw=true)]
public abstract class SQLiteProgram : Android.Database.Sqlite.SQLiteClosable
[<Android.Runtime.Register("android/database/sqlite/SQLiteProgram", DoNotGenerateAcw=true)>]
type SQLiteProgram = class
    inherit SQLiteClosable
继承
SQLiteProgram
派生
属性

注解

编译的 SQLite 程序的基类。

此类不是线程安全的。

Java文档android.database.sqlite.SQLiteProgram

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

构造函数

名称 说明
SQLiteProgram(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

属性

名称 说明
Class

返回此 Object的运行时类。

(继承自 Object)
Handle

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode

编译的 SQLite 程序的基类。

(继承自 Object)
JniPeerMembers

编译的 SQLite 程序的基类。

MDatabase
已过时.

编译的 SQLite 程序的基类。

NHandle
已过时.

编译的 SQLite 程序的基类。

NStatement
已过时.

编译的 SQLite 程序的基类。

PeerReference

编译的 SQLite 程序的基类。

(继承自 Object)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

UniqueId
已过时.

未实现。

方法

名称 说明
AcquireReference()

获取对对象的引用。

(继承自 SQLiteClosable)
BindAllArgsAsStrings(String[])

给定字符串 bindArgs 数组,此方法在一次调用中绑定所有这些字符串。

BindBlob(Int32, Byte[])

将字节数组值绑定到此语句。

BindDouble(Int32, Double)

将双精度值绑定到此语句。

BindLong(Int32, Int64)

将长值绑定到此语句。

BindNull(Int32)

将 NULL 值绑定到此语句。

BindString(Int32, String)

将字符串值绑定到此语句。

ClearBindings()

清除所有现有绑定。

Clone()

创建并返回此对象的副本。

(继承自 Object)
Close()

编译的 SQLite 程序的基类。

Compile(String, Boolean)
已过时.

编译的 SQLite 程序的基类。

Dispose()

编译的 SQLite 程序的基类。

(继承自 Object)
Dispose(Boolean)

编译的 SQLite 程序的基类。

(继承自 Object)
Equals(Object)

指示其他对象是否“等于”此对象。

(继承自 Object)
GetHashCode()

返回对象的哈希代码值。

(继承自 Object)
JavaFinalize()

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
Native_bind_blob(Int32, Byte[])

编译的 SQLite 程序的基类。

Native_bind_double(Int32, Double)

编译的 SQLite 程序的基类。

Native_bind_long(Int32, Int64)

编译的 SQLite 程序的基类。

Native_bind_null(Int32)

编译的 SQLite 程序的基类。

Native_bind_string(Int32, String)

编译的 SQLite 程序的基类。

Native_compile(String)
已过时.

编译的 SQLite 程序的基类。

Native_finalize()
已过时.

编译的 SQLite 程序的基类。

Notify()

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
OnAllReferencesReleased()

调用或调用对象的最后一次引用时调用 ReleaseReference()Close()

OnAllReferencesReleasedFromContainer()
已过时.

调用对象的最后一个引用释放时调用 #releaseReferenceFromContainer()

(继承自 SQLiteClosable)
ReleaseReference()

释放对对象的引用,如果释放了上次引用,则关闭该对象。

(继承自 SQLiteClosable)
ReleaseReferenceFromContainer()
已过时.

释放对对象容器拥有的对象的引用,如果释放了最后一个引用,则关闭该对象。

(继承自 SQLiteClosable)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Object)
ToArray<T>()

编译的 SQLite 程序的基类。

(继承自 Object)
ToString()

返回对象的字符串表示形式。

(继承自 Object)
UnregisterFromRuntime()

编译的 SQLite 程序的基类。

(继承自 Object)
Wait()

使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<><

(继承自 Object)
Wait(Int64, Int32)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64)

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)

显式接口实现

名称 说明
IJavaPeerable.Disposed()

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.Finalized()

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.JniManagedPeerState

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

编译的 SQLite 程序的基类。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

编译的 SQLite 程序的基类。

(继承自 Object)

扩展方法

名称 说明
GetJniTypeName(IJavaPeerable)

获取实例 self类型的 JNI 名称。

JavaAs<TResult>(IJavaPeerable)

尝试强制self键入TResult,检查强制是否在Java端有效。

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

编译的 SQLite 程序的基类。

TryJavaCast<TResult>(IJavaPeerable, TResult)

尝试强制self键入TResult,检查强制是否在Java端有效。

适用于