Doctrine\DBAL\Platforms\DB2Platform::getIndexDeclarationSQL PHP Method

getIndexDeclarationSQL() public method

{@inheritDoc}
public getIndexDeclarationSQL ( $name, Doctrine\DBAL\Schema\Index $index )
$index Doctrine\DBAL\Schema\Index
    public function getIndexDeclarationSQL($name, Index $index)
    {
        // Index declaration in statements like CREATE TABLE is not supported.
        throw DBALException::notSupported(__METHOD__);
    }