PHP Interface LazyRecord\TableParser\ReferenceParser

Afficher le fichier Open project: corneltek/lazyrecord

Méthodes publiques

Méthode Description
queryReferences ( $table ) queryReferences should return a structure like this.

Method Details

queryReferences() public méthode

table column name => { 'name' => $row->CONSTRAINT_NAME, 'table' => $row->REFERENCED_TABLE_NAME, 'column' => $row->REFERENCED_COLUMN_NAME, }
public queryReferences ( $table )