SQLite3Stmt::__construct

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

SQLite3Stmt::__constructSQLite3Stmt オブジェクトを構築する

説明

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

SQLite3Stmt のインスタンスは、 SQLite3::prepare() によって作られます。

パラメータ

sqlite3

query

To Top