TableInsert class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for insert operations on Table.

Class synopsis

classmysql_xdevapi\TableInsertimplementsmysql_xdevapi\Executable {
publicexecute(): mysql_xdevapi\Result
publicvalues(array$row_values): mysql_xdevapi\TableInsert
}

Table of Contents

To Top