cReferenceGraph::IsReferencedByAnyTable() - rstoetter/libsqlphp GitHub Wiki
Method IsReferencedByAnyTable( )
public boolean rstoetter\libsqlphp\cReferenceGraph::IsReferencedByAnyTable(string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cReferenceGraph
- This method is defined by rstoetter\libsqlphp\cReferenceGraph
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