Phalcon\Db\Dialect\Oracle::addPrimaryKey PHP Метод

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

Generates SQL to add the primary key to a table.
public addPrimaryKey ( string $tableName, string $schemaName, Phalcon\Db\IndexInterface $index ) : string
$tableName string
$schemaName string
$index Phalcon\Db\IndexInterface
Результат string
    public function addPrimaryKey($tableName, $schemaName, IndexInterface $index)
    {
        throw new Exception('Not implemented yet.');
    }