cReferenceGraph::GetDependentTablesAsString() - rstoetter/libsqlphp GitHub Wiki

Method GetDependentTablesAsString( )

 public   string rstoetter\libsqlphp\cReferenceGraph::GetDependentTablesAsString(string $table_name)

The method GetDependentTablesAsString returns all table names, which refer to the table $table_name as string Dependant tables are tables, which refer to the table $table_name)

Example:

Arguments

  • $table_name string - <p>the name of the table to examine</p>

Returns

string the dependant tables as string