Documentation

IDeleteStatement extends IStatement

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Constants

MODIFIER_IGNORE  = 4
MODIFIER_LOW_PRIORITY  = 1
MODIFIER_QUICK  = 2

Methods

addOrderBy()  : mixed
andWhere()  : mixed
getDeleteClause()  : IDeleteClause
getFromClause()  : IFromClause
getLimitClause()  : ILimitClause
getOrderByClause()  : IOrderByClause
getWhereClause()  : IWhereClause
ignore()  : mixed
limit()  : mixed
lowPriority()  : mixed
orderBy()  : mixed
orWhere()  : mixed
quick()  : mixed
where()  : mixed

Constants

Methods

addOrderBy()

public addOrderBy(string $field[, int $order = IOrderByClause::ORDER_ASC ]) : mixed
Parameters
$field : string
$order : int = IOrderByClause::ORDER_ASC

andWhere()

public andWhere(array<string|int, mixed>|callable $where) : mixed
Parameters
$where : array<string|int, mixed>|callable

limit()

public limit(int|array<string|int, mixed> $limit) : mixed
Parameters
$limit : int|array<string|int, mixed>

orderBy()

public orderBy(string $field[, int $order = IOrderByClause::ORDER_ASC ]) : mixed
Parameters
$field : string
$order : int = IOrderByClause::ORDER_ASC

orWhere()

public orWhere(array<string|int, mixed>|callable $where) : mixed
Parameters
$where : array<string|int, mixed>|callable

where()

public where(array<string|int, mixed>|callable $where) : mixed
Parameters
$where : array<string|int, mixed>|callable

        
On this page

Search results