\TableBracketExpressionBuilder

This class implements the builder for the table expressions within the create definitions of CREATE TABLE.

You can overwrite all functions to achieve another handling.

Summary

Methods
Properties
Constants
build()
No public properties found
No constants found
buildColDef()
buildPrimaryKey()
buildForeignKey()
buildCheck()
buildLikeExpression()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

build()

build(  $parsed) 

Parameters

$parsed

buildColDef()

buildColDef(  $parsed) 

Parameters

$parsed

buildPrimaryKey()

buildPrimaryKey(  $parsed) 

Parameters

$parsed

buildForeignKey()

buildForeignKey(  $parsed) 

Parameters

$parsed

buildCheck()

buildCheck(  $parsed) 

Parameters

$parsed

buildLikeExpression()

buildLikeExpression(  $parsed) 

Parameters

$parsed