Phalcon\Db\Dialect\Oracle::addForeignKey PHP Method

addForeignKey() public method

Generates SQL to add an index to a table.
public addForeignKey ( string $tableName, string $schemaName, Phalcon\Db\ReferenceInterface $reference ) : string
$tableName string
$schemaName string
$reference Phalcon\Db\ReferenceInterface
return string
    public function addForeignKey($tableName, $schemaName, ReferenceInterface $reference)
    {
        throw new Exception('Not implemented yet.');
    }