Mysql_xdevapi
PHP Manual

TableDelete class

(PECL mysql-xdevapi >= 8.0.11)

简介

A statement for delete operations on Table.

类摘要

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

Table of Contents


Mysql_xdevapi
PHP Manual