cReferenceGraph::GetReferencingTables() - rstoetter/libsqlphp GitHub Wiki
Method GetReferencingTables( )
public array rstoetter\libsqlphp\cReferenceGraph::GetReferencingTables(string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cReferenceGraph
- This method is defined by rstoetter\libsqlphp\cReferenceGraph
The method GetReferencingTables returns all table names, which refer to the table $table_name
Example:
Arguments
- $table_name string - <p>the name of the table to examine</p>
Returns
array an array with all table objects of type cKEY_COLUMN_USAGE_Entry, which refer to the table $table_name