SQLite3Stmt::reset
(PHP 5 >= 5.3.0)
SQLite3Stmt::reset — Resets the prepared statement
Description
public bool SQLite3Stmt::reset
( void
)
Resets the prepared statement to its state prior to execution. All bindings remain intact after reset.
Parameters
This function has no parameters.
Return Values
Returns TRUE
if the statement is successfully reset, FALSE
on failure.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- Расширения для работы с базами данных отдельных производителей
- SQLite3
- Функция 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::readOnly()
- Функция SQLite3Stmt::reset() - Resets the prepared statement
Коментарии
404 Not Found