\PrimaryKeyBuilder

This class implements the builder for the PRIMARY KEY statement part of CREATE TABLE.

You can overwrite all functions to achieve another handling.

Summary

Methods
Properties
Constants
build()
No public properties found
No constants found
buildColumnList()
buildConstraint()
buildReserved()
buildIndexType()
buildIndexSize()
buildIndexParser()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

build()

build(  $parsed) 

Parameters

$parsed

buildColumnList()

buildColumnList(  $parsed) 

Parameters

$parsed

buildConstraint()

buildConstraint(  $parsed) 

Parameters

$parsed

buildReserved()

buildReserved(  $parsed) 

Parameters

$parsed

buildIndexType()

buildIndexType(  $parsed) 

Parameters

$parsed

buildIndexSize()

buildIndexSize(  $parsed) 

Parameters

$parsed

buildIndexParser()

buildIndexParser(  $parsed) 

Parameters

$parsed