Initialize Backup DB resource model
Mage_Backup_Model_Mysql4_Db
__construct
()
void
commitTransaction
()
Returns SQL footer data
void
getFooter
()
Returns SQL header data
void
getHeader
()
Enter description here...
unknown
getTableCreateScript
(unknown_type $tableName, [unknown_type $addDropIfExists = false])
-
unknown_type
$tableName
-
unknown_type
$addDropIfExists
Retrieve SQL fragment for create table
string
getTableCreateSql
(string $tableName, [bool $withForeignKeys = false])
-
string
$tableName
-
bool
$withForeignKeys
Retrieve after insert data SQL fragment
string
getTableDataAfterSql
(string $tableName)
Retrieve before insert data SQL fragment
string
getTableDataBeforeSql
(string $tableName)
void
getTableDataDump
( $tableName, [ $step = 100])
Retrive table partical data SQL insert
string
getTableDataSql
(string $tableName, int $count, [int $offset = 0])
-
string
$tableName
-
int
$count
-
int
$offset
Retrieve SQL fragment for drop table
string
getTableDropSql
(string $tableName)
Retrieve foreign keys for table(s)
string
getTableForeignKeysSql
([string|null $tableName = null])
Retrieve table header comment
string
getTableHeader
( $tableName)
Retrieve table list
array
getTables
()
Retrieve table status
Varien_Object
getTableStatus
(string $tableName)
void
rollBackTransaction
()
Quote Table Row
string
_quoteRow
(string $tableName, $row)
-
string
$tableName
-
array
$row