parent root
PHP: mysql_xdevapi\TableDelete - Manual

TableDelete class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for delete operations on Table.

Class synopsis

mysql_xdevapi\TableDelete implements mysql_xdevapi\Executable {
/* Methods */
public bind ( array $placeholder_values ) : mysql_xdevapi\TableDelete
public execute ( void ) : mysql_xdevapi\Result
public limit ( integer $rows ) : mysql_xdevapi\TableDelete
public orderby ( string $orderby_expr ) : mysql_xdevapi\TableDelete
public where ( string $where_expr ) : mysql_xdevapi\TableDelete
}

Table of Contents

add a noteadd a note

User Contributed Notes

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