SQLiteStatement
SQLiteStatement 表示一个 SQLite 语句对象,通常由 SQLite 库内部管理与缓存。
实例成员 (Instance members)
Section titled “实例成员 (Instance members)”| 属性 | 类型 | 说明 |
|---|---|---|
useCount | number | 使用次数。 |
query | string | 查询 SQL。 |
inUse | boolean | 是否正在使用。 |
关闭语句并释放资源。
close(): voidReturn Value:
- 无。
重置语句以便再次执行。
reset(): voidReturn Value:
- 无。
类成员 (Class members)
Section titled “类成员 (Class members)”当前运行时未额外暴露 SQLiteStatement 的类成员。