Visitor
in
Schema Visitor used for Validation or Generation purposes.
Tags
Table of Contents
Methods
- acceptColumn() : void
- acceptForeignKey() : void
- acceptIndex() : void
- acceptSchema() : void
- acceptSequence() : void
- acceptTable() : void
Methods
acceptColumn()
public
acceptColumn(Table $table, Column $column) : void
Parameters
acceptForeignKey()
public
acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint) : void
Parameters
- $localTable : Table
- $fkConstraint : ForeignKeyConstraint
Tags
acceptIndex()
public
acceptIndex(Table $table, Index $index) : void
Parameters
acceptSchema()
public
acceptSchema(Schema $schema) : void
Parameters
- $schema : Schema
Tags
acceptSequence()
public
acceptSequence(Sequence $sequence) : void
Parameters
- $sequence : Sequence
acceptTable()
public
acceptTable(Table $table) : void
Parameters
- $table : Table