CakeFest 2024: The Official CakePHP Conference

TableInsert class

(PECL mysql-xdevapi >= 8.0.11)

Giriş

A statement for insert operations on Table.

Sınıf Sözdizimi

class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable {
/* Yöntemler */
public execute(): mysql_xdevapi\Result
public values(array $row_values): mysql_xdevapi\TableInsert
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top