PHP Class PHPSQLParser\builders\FunctionBuilder

You can overwrite all functions to achieve another handling.
Author: AndrĂ© Rothe ([email protected])
Inheritance: implements PHPSQLParser\builders\Builder
Show file Open project: greenlion/php-sql-parser Class Usage Examples

Public Methods

Method Description
build ( array $parsed )

Protected Methods

Method Description
buildAlias ( $parsed )
buildColRef ( $parsed )
buildConstant ( $parsed )
buildReserved ( $parsed )
buildSelectBracketExpression ( $parsed )
buildSelectExpression ( $parsed )
buildSubQuery ( $parsed )
isReserved ( $parsed )

Method Details

build() public method

public build ( array $parsed )
$parsed array

buildAlias() protected method

protected buildAlias ( $parsed )

buildColRef() protected method

protected buildColRef ( $parsed )

buildConstant() protected method

protected buildConstant ( $parsed )

buildReserved() protected method

protected buildReserved ( $parsed )

buildSelectBracketExpression() protected method

protected buildSelectBracketExpression ( $parsed )

buildSelectExpression() protected method

protected buildSelectExpression ( $parsed )

buildSubQuery() protected method

protected buildSubQuery ( $parsed )

isReserved() protected method

protected isReserved ( $parsed )