SQLite3Stmt::__construct

(无版本信息可用,可能仅存在于 Git 中)

SQLite3Stmt::__construct构造 SQLite3Stmt 对象

说明

private SQLite3Stmt::__construct(SQLite3 $sqlite3, string $query)

SQLite3Stmt 实例由 SQLite3::prepare() 创建。

参数

sqlite3

query

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top