TableInsert class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for insert operations on Table.

Class synopsis

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

Table of Contents