Doctrine\DBAL\Platforms\OraclePlatform::_getCommonIntegerTypeDeclarationSQL PHP Method

_getCommonIntegerTypeDeclarationSQL() protected method

{@inheritDoc}
protected _getCommonIntegerTypeDeclarationSQL ( array $columnDef )
$columnDef array
    protected function _getCommonIntegerTypeDeclarationSQL(array $columnDef)
    {
        return '';
    }
OraclePlatform