Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17067 программистов и 1772 робота. Сейчас ищут 2040 программистов ...
The SQLite3Stmt class
Вернуться к: SQLite3
(PHP 5 >= 5.3.0, PHP 7)
Введение
Класс предоставляющий доступ к подготовленным запросам в SQLite 3 расширении.
Обзор классов
SQLite3Stmt
{
/* Методы */
}Содержание
- SQLite3Stmt::bindParam — Binds a parameter to a statement variable
- SQLite3Stmt::bindValue — Binds the value of a parameter to a statement variable
- SQLite3Stmt::clear — Clears all current bound parameters
- SQLite3Stmt::close — Closes the prepared statement
- SQLite3Stmt::execute — Executes a prepared statement and returns a result set object
- SQLite3Stmt::paramCount — Returns the number of parameters within the prepared statement
- SQLite3Stmt::reset — Resets the prepared statement
Вернуться к: SQLite3