PHP Interface LazyRecord\TableParser\ReferenceParser

Datei anzeigen Open project: corneltek/lazyrecord

Public Methods

Method Description
queryReferences ( $table ) queryReferences should return a structure like this.

Method Details

queryReferences() public method

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