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