TableDelete クラス

(PECL mysql-xdevapi >= 8.0.11)

はじめに

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

クラス概要

classmysql_xdevapi\TableDeleteimplementsmysql_xdevapi\Executable {
publicbind(array$placeholder_values): mysql_xdevapi\TableDelete
publicexecute(): mysql_xdevapi\Result
publiclimit(int$rows): mysql_xdevapi\TableDelete
publicorderby(string$orderby_expr): mysql_xdevapi\TableDelete
publicwhere(string$where_expr): mysql_xdevapi\TableDelete
}

目次

To Top