SQL dump functions
[Helper functions]


Functions

 _multi_sql_dump_full ($db_spec=array(), $site=NULL, $datetime=NULL, $comment=NULL, $target=NULL)
 _multi_sql_dump_tables ($db_spec=array(), $site=NULL, $datetime=NULL, $comment=NULL, $target=NULL)

Detailed Description

SQL dump functions
See also:
multi-sql-dump

Function Documentation

_multi_sql_dump_full ( db_spec = array(),
site = NULL,
datetime = NULL,
comment = NULL,
target = NULL 
)

Helper function for a full sql-dump

Parameters:
$db_spec An array containing the db spec
$site A string containing the site name
$datetime A string containing the datetime
$comment A string containing the comment
$target A string containg the path where the dumps should be stored
See also:
drush_multi_sql_dump()

Definition at line 809 of file multi.inc.

Referenced by drush_multi_sql_dump().

_multi_sql_dump_tables ( db_spec = array(),
site = NULL,
datetime = NULL,
comment = NULL,
target = NULL 
)

Helper function for a table wise sql-dump (one file for each table) Only works with mysql

Parameters:
$db_spec An array containing the db spec
$site A string containing the site name
$datetime A string containing the datetime
$comment A string containing the comment
$target A string containg the path where the dumps should be stored
See also:
drush_multi_sql_dump()

Definition at line 871 of file multi.inc.

Referenced by drush_multi_sql_dump().


Generated on Wed Dec 29 13:43:21 2010 for drush_multi by  doxygen 1.5.8