CakeFest 2024: The Official CakePHP Conference

TableInsert クラス

(PECL mysql-xdevapi >= 8.0.11)

はじめに

テーブルにレコードを挿入する操作を行うステートメントです

クラス概要

class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable {
/* メソッド */
public execute(): mysql_xdevapi\Result
public values(array $row_values): mysql_xdevapi\TableInsert
}

目次

add a note

User Contributed Notes

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