update pague now
PHP 8.5.2 Released!

TableDelete class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for delete operations on Table.

Class synopsis

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

Table of Contens

add a note

User Contributed Notes

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