====== executeSchema ====== ~~NOTOC~~ == Syntax == integer executeSchema ( optional array $sqlArray = NULL, optional boolean $continueOnErr = NULL ) ===== Description ===== Applies the current XML schema to the database (post execution). Call this method to apply the current schema (generally created by calling [[v5:axmls:parseschema|ParseSchema()]] or [[v5:axmls:parseschemastring|ParseSchemaString()]] ) to the database (creating the tables, indexes, and executing other SQL specified in the schema) after parsing. ===== Return Values ===== ^Value^Description^ |0|Failure| |1|Error| |2|Success| ===== Note ===== This function is simply a wrapper for [[v5:dictionary:executesqlarray]]