SQLite3Stmt::__construct

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

SQLite3Stmt::__constructКонструктор класса SQLite3Stmt

Описание

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

Экземпляры SQLite3Stmt создаются с помощью SQLite3::prepare().

Список параметров

sqlite3

query

To Top