Class Doctrine\ORM\Query\AST\DeleteClause

extends Node

DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName [["AS"] AliasIdentificationVariable]

Methods
Methods inherited from Doctrine\ORM\Query\AST\Node
__toString(), dump()
Properties