cKEY_COLUMN_USAGE::ExistsForeignKeyFor() - rstoetter/libsqlphp GitHub Wiki
Method ExistsForeignKeyFor( )
public boolean rstoetter\libsqlphp\cKEY_COLUMN_USAGE::ExistsForeignKeyFor(string $table_name, string $column_name)
- Namespace : rstoetter\libsqlphp
- Class name: cKEY_COLUMN_USAGE
- This method is defined by rstoetter\libsqlphp\cKEY_COLUMN_USAGE
The method ExistsForeignKeyFor returns true, if there exists a foreign key for table $table_name and column $column_name
Example:
Arguments
- $table_name string - <p>is the name of the table to examine</p>
- $column_name string - <p>is the name of the column to examine</p>
Returns
boolean true, if there exists a foreign key for table $table_name and column $column_name