SQLite3Stmt::__construct

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

SQLite3Stmt::__constructConstruye un objeto SQLite3Stmt

Descripción

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

Las instancias de SQLite3Stmt son creadas por SQLite3::prepare().

Parámetros

sqlite3

El objeto SQLite3 al que pertenece la consulta.

query

La consulta SQL a preparar.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top