cKEY_COLUMN_USAGE::TableRefersToTable() - rstoetter/libsqlphp GitHub Wiki

Method TableRefersToTable( )

 public   boolean rstoetter\libsqlphp\cKEY_COLUMN_USAGE::TableRefersToTable(string $tablename, string $target_tablename)

The method TableRefersToTable( ) returns true, if the table with the table name $tablename refers to the table $target_tablename

Example:

Arguments

  • $tablename string - <p>is the name of the table</p>
  • $target_tablename string - <p>is the name of the referenced table</p>

Returns

boolean true, if the table with the table name $tablename refers to the table $target_tablename