? TableDelete::where
TableInsert::__construct ?
PHP8中文参考手册
Mysql_xdevapi
TableInsert class
TableInsert class
(PECL mysql-xdevapi >= 8.0.11)
简介
A statement for insert operations on Table.
类摘要
mysql_xdevapi\TableInsert
implements
mysql_xdevapi\Executable
{
/* 方法 */
public
execute
( ) :
mysql_xdevapi\Result
public
values
(
array
$row_values
) :
mysql_xdevapi\TableInsert
}
Table of Contents
TableInsert::__construct
— TableInsert constructor
TableInsert::execute
— Execute insert query
TableInsert::values
— Add insert row values
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有