cReferenceGraph::TabelleFreistehend() - rstoetter/libsqlphp GitHub Wiki
Method TabelleFreistehend( )
public mixed rstoetter\libsqlphp\cReferenceGraph::TabelleFreistehend(string $table_name)
- Namespace : rstoetter\libsqlphp
- Class name: cReferenceGraph
- This method is defined by rstoetter\libsqlphp\cReferenceGraph
The method TabelleFreistehend( ) returns true if the table $table_name is not referenced by any minor table and not refererenced by any major table
Example:
Arguments
- $table_name string - <p>is the name of the table to search</p>