This class implements the builder for the PRIMARY KEY statement part of CREATE TABLE.
You can overwrite all functions to achieve another handling.
build( $parsed)
buildColumnList( $parsed)
buildConstraint( $parsed)
buildReserved( $parsed)
buildIndexType( $parsed)
buildIndexSize( $parsed)
buildIndexParser( $parsed)