Documentation

DeleteStatement extends Statement
in package
implements IDeleteStatement

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IDeleteStatement

Properties

$delete_clause  : IDeleteClause
$dml_statement_syntax_pregs  : array<string|int, mixed>
$from_clause  : IFromClause
$limit_clause  : ILimitClause
$modifiers  : int
$order_by_clause  : IOrderByClause
$schemas  : array<string|int, mixed>
$statement_syntax_pregs  : array<string|int, mixed>
$where_clause  : IWhereClause
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
__toString()  : mixed
addOrderBy()  : mixed
andWhere()  : mixed
extends()  : bool
fromString()  : IStatement|null
getDeleteClause()  : IDeleteClause
getFromClause()  : IFromClause
getLimitClause()  : ILimitClause
getOrderByClause()  : IOrderByClause
getReflection()  : ReflectionClass
getWhereClause()  : IWhereClause
ignore()  : mixed
isOff()  : bool
isOn()  : bool
limit()  : mixed
lowPriority()  : mixed
off()  : mixed
on()  : mixed
orderBy()  : mixed
orWhere()  : mixed
quick()  : mixed
where()  : mixed
init()  : mixed
{@inheritdoc}
setSchemas()  : mixed
_where()  : mixed

Properties

$dml_statement_syntax_pregs

protected static array<string|int, mixed> $dml_statement_syntax_pregs = ["select" => "/^(SELECT )/i"]

$statement_syntax_pregs

protected static array<string|int, mixed> $statement_syntax_pregs = ["ddl" => "", "dml" => "/^(CALL|DELETE|DO|HANDLE|IMPORT TABLE|INSERT|LOAD DATA INFILE|LOAD XML|REPLACE|SELECT|WITH)/i", "tcl" => "", "utility" => "/^(DESCRIBE|DESC|EXPLAIN|HELP|USE)/i"]

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

fromString()

public static fromString(string $statement, array<string|int, mixed> $schemas) : IStatement|null
Parameters
$statement : string
$schemas : array<string|int, mixed>

The schemas the statement is to be created for and to/will be executed on

Tags
throws
InvalidArgumentException
Return values
IStatement|null

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

setSchemas()

protected setSchemas(array<string|int, mixed> $schemas) : mixed
Parameters
$schemas : array<string|int, mixed>

_where()

private _where(array<string|int, mixed>|callable $where[, string $logical_operator = IConditionalExpression::LOGICAL_OPERATOR_AND ]) : mixed
Parameters
$where : array<string|int, mixed>|callable
$logical_operator : string = IConditionalExpression::LOGICAL_OPERATOR_AND
Tags
throws
IllegalArgumentException
throws
InvalidArgumentException

        
On this page

Search results