SQLite3Stmt::__construct

(No version information available, might only be in Git)

SQLite3Stmt::__constructConstructs an SQLite3Stmt object

说明

privateSQLite3Stmt::__construct(SQLite3$sqlite3, string$query)

SQLite3Stmt instances are created by SQLite3::prepare().

参数

sqlite3

query

To Top