TableDelete クラス

(PECL mysql-xdevapi >= 8.0.11)

はじめに

テーブルのレコードを削除する操作を行うためのステートメントです。

クラス概要

class mysql_xdevapi\TableDelete implements mysql_xdevapi\Executable {
/* メソッド */
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
}

目次

関連キーワード:  TableDelete, xdevapi, クラス, public, 削除, where, bind, orderby, string, expr