SQLite3::version
SQLite3Stmt::bindParam
SQLite3
PHP Manual
کلاس SQLite3Stmt
Introduction
کلاس جملههای آماده ضمیمه SQLite 3.
Class synopsis
SQLite3Stmt
{
/* Methods */
public
bool
bindParam
(
string
$sql_param
,
mixed
&$param
[,
int
$type
] )
public
bool
bindValue
(
string
$sql_param
,
mixed
$value
[,
int
$type
] )
public
bool
clear
(
void
)
public
bool
close
(
void
)
public
SQLite3Result
execute
(
void
)
public
int
paramCount
(
void
)
public
bool
reset
(
void
)
}
Table of Contents
SQLite3Stmt::bindParam
— انقیاد پارامتر به متغیر عبارت
SQLite3Stmt::bindValue
— انقیاد مقدار پارامتر به متغیر عبارت
SQLite3Stmt::clear
— پاک کردن تمام پارامترهای محدود فعلی
SQLite3Stmt::close
— بستن عبارت از پیشآماده
SQLite3Stmt::execute
— اجرای عبارت از پیشآماده و بازگرداندن شی مجموعه نتیجه
SQLite3Stmt::paramCount
— بازگرداندن تعداد پارامترها در عبارت از پیشآماده
SQLite3Stmt::reset
— بازنشانی عبارت از پیش آماده
SQLite3::version
SQLite3Stmt::bindParam
SQLite3
PHP Manual