\DeleteStatementBuilder

This class implements the builder for the whole Delete statement. You can overwrite all functions to achieve another handling.

Summary

Methods
Properties
Constants
processDeleteStatement()
No public properties found
No constants found
buildWHERE()
buildFROM()
buildDELETE()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

processDeleteStatement()

processDeleteStatement(  $parsed) 

Parameters

$parsed

buildWHERE()

buildWHERE(  $parsed) 

Parameters

$parsed

buildFROM()

buildFROM(  $parsed) 

Parameters

$parsed

buildDELETE()

buildDELETE(  $parsed) 

Parameters

$parsed