LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Forex Trading
Online forex trading platform
The SQLite3Stmt class
SQLite3::version
SQLite3Stmt::bindParam
SQLite3
PHP Manual
The SQLite3Stmt class
Introduction
Description of the class.
Class synopsis
SQLite3Stmt
SQLite3Stmt
{
/* Methods */
public
bool
SQLite3Stmt::bindParam
(
int
$param_number
,
mixed
&$param
[,
int
$type
] )
public
bool
SQLite3Stmt::bindValue
(
int
$param_number
,
mixed
$param
[,
int
$type
] )
public
bool
SQLite3Stmt::clear
(
void
)
public
bool
SQLite3Stmt::close
(
void
)
public
SQLite3_result
SQLite3Stmt::execute
(
void
)
public
int
SQLite3Stmt::paramCount
(
void
)
public
bool
SQLite3Stmt::reset
(
void
)
}
Table of Contents
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::version
SQLite3Stmt::bindParam
SQLite3
PHP Manual