update pague now
PHP 8.5.2 Released!

TableInsert class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for insert operations on Table.

Class synopsis

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

Table of Contens

add a note

User Contributed Notes

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