Class Mage_Backup_Model_Resource_Helper_Mysql4
Magento
NOTICE OF LICENSE
This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@magentocommerce.com so we can send you a copy immediately.
DISCLAIMER
Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.
- Mage_Core_Model_Resource_Helper_Abstract
- Mage_Core_Model_Resource_Helper_Mysql4
- Mage_Backup_Model_Resource_Helper_Mysql4
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Backup/Model/Resource/Helper/Mysql4.php
public
string
|
|
public
string|false
|
|
protected
string
|
#
_buildForeignKeysAlterTableSql( string $tableName, array $foreignKeys )
Build sql that will add foreign keys to it |
public
string
|
#
getTableCreateScript( string $tableName, boolean $addDropIfExists = false )
Get create script for table |
public
string
|
#
getTableCreateSql( string $tableName, boolean $withForeignKeys = false )
Retrieve SQL fragment for create table |
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getPartInsertSql( string $tableName, integer $count = null, integer $offset = null )
Return table part data SQL insert |
public
string
|
|
protected
string
|
|
public
|
|
public
|
__construct(),
_getConnection(),
_getReadAdapter(),
_getWriteAdapter(),
convertOldColumnDefinition(),
escapeLikeValue(),
getCILike()
|
protected
array
|
$_foreignKeys | array() |
#
Tables foreign key data array [tbl_name] = array(create foreign key strings) |
$_modulePrefix,
$_readAdapter,
$_writeAdapter
|