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

Method IsReferencedByAnyTable( )

 public   boolean rstoetter\libsqlphp\cReferenceGraph::IsReferencedByAnyTable(string $table_name)

The method TableRefersToAnyTable( ) returns true if the table $table_name is referenced by any major table

Example:

Arguments

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

Returns

boolean true if the table $table_name is referenced by any major table