SQLite3Stmt::__construct

(사용 가능한 버전 정보가 없으며 Git에만 있을 수 있음)

SQLite3Stmt::__construct — SQLite3Stmt 객체를 생성합니다.


설명

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

SQLite3Stmt 인스턴스는 SQLite3::prepare()에 의해 생성됩니다.


매개변수

sqlite3
query