rstoetter libsqlphp cReferenceGraph - rstoetter/libsqlphp GitHub Wiki
rstoetter\libsqlphp\cReferenceGraph
- Class name: cReferenceGraph
- Namespace: rstoetter\libsqlphp
The class cReferenceGraph creates a reference graph for sql constraints. It displays which tables refer to which tables in the database. The namespace is rstoetter\libsqlphp.
Dump für cReferenceGraph 0 t1 ( t2 t3 t4 t5 t6 t7) 1 t2 ( t3 t4 t5 t6 t7) 2 t3 ( t4 t5)
i.e: the table t1 is referenced by the tables t2, t3, t4, t5, t6, t7
Dump für cReferenceGraph 0 MANDANT ( BUCHUNGSKREIS fk_address t11 TEST_FK) 1 BUCHUNGSKREIS ( fk_address t11 TEST_FK) 2 fk_city ( fk_address) 3 countries ( fk_address fk_city) 4 ( geodb_type_names) 5 t1 ( t2 t3 t4 t5 t6 t7) 6 t2 ( t3 t4 t5 t6 t7) 7 t3 ( t4 t5) 8 t11 ( TEST_FK) 9 _USER ( _USER2BUCHUNGSKREIS _USER2MANDANT _USER2USER_GROUP) 10 _USER_GROUP ( _USER_GROUP_PRIVILEGE_FIELDS _USER_GROUP_PRIVILEGE_TABLES) 11 _PRIVILEGE_FIELDS ( _USER_GROUP_PRIVILEGE_FIELDS) 12 _PRIVILEGE_TABLES ( _USER_GROUP_PRIVILEGE_TABLES)