Call this method to apply the current schema (generally created by calling
ParseSchema() or ParseSchemaString() ) to the database (creating the tables, indexes,
and executing other SQL specified in the schema) after parsing.
public ExecuteSchema ( array $sqlArray = NULL, boolean $continueOnErr = NULL ) | ||
$sqlArray | array | Array of SQL statements that will be applied rather than the current schema. |
$continueOnErr | boolean | Continue to apply the schema even if an error occurs. |