TableInsert class

Introduction

A statement for insert operations on Table.

Class synopsis

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