The SQLite3_stmt class
Introdução
Description of the class.
Sinopse da classe
SQLite3_stmt
SQLite3_stmt
{
/* Methods */
}Índice
- SQLite3_stmt::bindParam — Binds a parameter to a statement variable
- SQLite3_stmt::bindValue — Binds the value of a parameter to a statement variable
- SQLite3_stmt::clear — Clears all current bound parameters
- SQLite3_stmt::close — Closes the prepared statement
- SQLite3_stmt::execute — Executes a prepared statement and returns a result set object
- SQLite3_stmt::paramCount — Returns the number of parameters within the prepared statement
- SQLite3_stmt::reset — Resets the prepared statement
User Contributed Notes
SQLite3_stmt
SQLite3_stmt
There are no user contributed notes for this page.

SQLite3::version