SQLite3Stmt クラス
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
はじめに
SQLite 3 拡張モジュールのプリペアドステートメントを扱うクラスです。
クラス概要
class SQLite3Stmt
{
/* メソッド */
}目次
- SQLite3Stmt::bindParam — パラメータを変数にバインドする
- SQLite3Stmt::bindValue — パラメータの値を変数にバインドする
- SQLite3Stmt::clear — 現在バインドされているすべてのパラメータをクリアする
- SQLite3Stmt::close — プリペアドステートメントを閉じる
- SQLite3Stmt::__construct — SQLite3Stmt オブジェクトを構築する
- SQLite3Stmt::execute — プリペアドステートメントを実行し、結果セットオブジェクトを返す
- SQLite3Stmt::getSQL — ステートメントのSQLを取得する
- SQLite3Stmt::paramCount — プリペアドステートメント内のパラメータの数を返す
- SQLite3Stmt::readOnly — ステートメントが読み取り専用かどうかを返す
- SQLite3Stmt::reset — プリペアドステートメントをリセットする
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google