TableDelete::where
TableInsert::__construct
Mysql_xdevapi
PHP Manual
TableInsert class
(PECL mysql-xdevapi >= 8.0.11)
Introduction
A statement for insert operations on Table.
Class synopsis
mysql_xdevapi\TableInsert
implements
mysql_xdevapi\Executable
{
/* Methods */
public
mysql_xdevapi\Result
execute
(
void
)
public
mysql_xdevapi\TableInsert
values
(
array
$row_values
)
}
Table of Contents
TableInsert::__construct
— TableInsert constructor
TableInsert::execute
— Execute insert query
TableInsert::values
— Add insert row values
TableDelete::where
TableInsert::__construct
Mysql_xdevapi
PHP Manual