\WhereBracketExpressionBuilder

This class implements the builder for bracket expressions within the WHERE part.

You can overwrite all functions to achieve another handling.

Summary

Methods
Properties
Constants
build()
No public properties found
No constants found
buildColRef()
buildConstant()
buildOperator()
buildFunction()
buildInList()
buildWhereExpression()
buildUserVariable()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

build()

build(  $parsed) 

Parameters

$parsed

buildColRef()

buildColRef(  $parsed) 

Parameters

$parsed

buildConstant()

buildConstant(  $parsed) 

Parameters

$parsed

buildOperator()

buildOperator(  $parsed) 

Parameters

$parsed

buildFunction()

buildFunction(  $parsed) 

Parameters

$parsed

buildInList()

buildInList(  $parsed) 

Parameters

$parsed

buildWhereExpression()

buildWhereExpression(  $parsed) 

Parameters

$parsed

buildUserVariable()

buildUserVariable(  $parsed) 

Parameters

$parsed