ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:executeinline

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
axmls:executeinline [2015/11/09 02:58] mnewnhamaxmls:executeinline [2015/11/22 04:21] mnewnham
Line 9: Line 9:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-Call this method to enable or disable inline execution of the schema. If the mode is set to TRUE (inline execution), AXMLS applies the SQL to the database immediately as each schema entity is parsed. If the mode is set to FALSE (post execution), AXMLS parses the entire schema and you will need to call adoSchema::ExecuteSchema() to apply the schema to the database.+Call this method to enable or disable inline execution of the schema.  
 + 
 +If the mode is set to **TRUE** (inline execution), AXMLS applies the SQL to the database immediately as each schema entity is parsed.  
 + 
 +If the mode is set to **FALSE** (post execution), AXMLS parses the entire schema and you will need to call adoSchema::ExecuteSchema() to apply the schema to the database.
v5/axmls/executeinline.txt · Last modified: 2016/01/13 02:26 by mnewnham