TableDelete
class TableDelete implements Executable (View source)
Class TableDelete
Methods
bind(array $placeholder_values)
Binds a value to a specific placeholder.
limit(int $rows)
Sets the maximum number of records or documents to delete.
orderby(string $orderby_expr)
Set the order options for a result set.
where(string $where_expr)
Sets the search condition to filter.
Details
TableDelete
bind(array $placeholder_values)
Binds a value to a specific placeholder.
Result
execute()
Execute the delete query.
TableDelete
limit(int $rows)
Sets the maximum number of records or documents to delete.
TableDelete
orderby(string $orderby_expr)
Set the order options for a result set.
TableDelete
where(string $where_expr)
Sets the search condition to filter.