Doctrine\DBAL\Platforms\PostgreSqlPlatform::getDropForeignKeySQL PHP Метод

getDropForeignKeySQL() публичный Метод

{@inheritDoc}
public getDropForeignKeySQL ( $foreignKey, $table )
    public function getDropForeignKeySQL($foreignKey, $table)
    {
        return $this->getDropConstraintSQL($foreignKey, $table);
    }
PostgreSqlPlatform