SQLite3Stmt クラス

はじめに

SQLite 3 拡張モジュールのプリペアドステートメントを扱うクラスです。

クラス概要

SQLite3Stmt
/* メソッド */
private __construct(SQLite3 $sqlite3, string $query)
public bool bindParam(stringint $param, mixed &$var, int $type = SQLITE3_TEXT)
public bool bindValue(stringint $param, mixed $value, int $type = SQLITE3_TEXT)
public bool clear()
public bool close()
public SQLite3Resultfalse execute()
public stringfalse getSQL(bool $expand = false)
public int paramCount()
public bool readOnly()
public bool reset()
目次