Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LazyRecord
TableParser
ReferenceParser
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
)