Go to the source code of this file.
Namespaces | |
| namespace | KERNEL |
Functions | |
| claro_sql_multi_query ($sqlQueries, $breakOnFailure=true) | |
| PMA_splitSqlFile ($sql) | |
| claro_sql_multi_query | ( | $ | sqlQueries, | |
| $ | breakOnFailure = true | |||
| ) |
CLAROLINE mySQL query wrapper. It allows to send multiple query at once to SQl server in a single string
| string | $sqlQueries - the string containing sql queries to apply | |
| bool | $breakOnFailure - stop query execution if one query failed (default true) |
Definition at line 29 of file sqlxtra.lib.php.
| PMA_splitSqlFile | ( | $ | sql | ) |
FUNCTION TAKEN FROM PHPMYADMIN TO ALLOW MULTIPLE SQL QUERIES AT ONCE Removes comment lines and splits up large sql files into individual queries
Last revision: September 23, 2001 - gandon
| string | $sql the sql commands |
Definition at line 59 of file sqlxtra.lib.php.
1.6.3