ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:axmls_functions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
axmls:axmls_functions [2015/11/09 02:09] – [Methods] mnewnhamv5:axmls:axmls_functions [2016/01/13 02:26] – ↷ Page moved from axmls:axmls_functions to v5:axmls:axmls_functions mnewnham
Line 1: Line 1:
 ====== AXMLS Function Reference ====== ====== AXMLS Function Reference ======
 +<WRAP tip>
 +Unlike core ADOdb methods, AXMLS methods that accept boolean arguments, also require that the type of the argument passed be boolean (true/false). Passing an implied boolean value (1/0 or 'value'/'') may cause unexpected results.
  
 +This behaviour may change in later versions of ADOdb.
 +</WRAP>
  
 ===== Methods ===== ===== Methods =====
-| [[axmls:adoSchema|adoSchema]]  | Creates a new AXMLS Object| +| [[axmls:adoSchema|adoSchema]]                        | Creates a new AXMLS Object                                                      
-| [[axmls:convertschemafile|convertSchemaFile()]]      |Converts an XML schema file to the specified DTD version. | +| [[axmls:convertschemafile|convertSchemaFile()]]      | Converts an XML schema file to the specified DTD version.                       
-| [[axmls:convertschemastring|convertSchemaString()]]  |Converts an XML schema string to the specified DTD version. | +| [[axmls:convertschemastring|convertSchemaString()]]  | Converts an XML schema string to the specified DTD version.                     
-| [[axmls:destroy|destroy()]]                          |Destroys an adoSchema object. | +| [[axmls:destroy|destroy()]]                          | Destroys an adoSchema object.                                                   
-| [[axmls:executeinline|executeInLine()]]              |Enables/disables inline SQL execution. | +| [[axmls:executeinline|executeInLine()]]              | Enables/disables inline SQL execution.                                          
-| [[axmls:executeschema|executeSchema()]]              |Applies the current XML schema to the database (post execution). | +| [[axmls:executeschema|executeSchema()]]              | Applies the current XML schema to the database (post execution).                
-| [[axmls:extractschema|extractSchema()]]              |Extracts an XML schema from an existing database. | +| [[axmls:extractschema|extractSchema()]]              | Extracts an XML schema from an existing database.                               
-| [[axmls:parseschma|parseSchema()]]                   |Loads an XML schema from a file and converts it to SQL. | +| [[axmls:parseschema|parseSchema()]]                  | Loads an XML schema from a file and converts it to SQL.                         
-| [[axmls:parseschemafile|parseSchemaFile()]]          |Loads an XML schema from a file and converts it to SQL. | +| [[axmls:parseschemafile|parseSchemaFile()]]          | Loads an XML schema from a file and converts it to SQL.                         
-| [[axmls:parseschemastring|parseSchemaString()]]      |Converts an XML schema string to SQL. | +| [[axmls:parseschemastring|parseSchemaString()]]      | Converts an XML schema string to SQL.                                           
-| [[axmls:printsql|printSql()]]                        |Returns the current SQL array. | +| [[axmls:printsql|printSql()]]                        | Returns the current SQL array.                                                  
-| [[axmls:removeschema|removeSchema()]]                |Loads an XML schema from a file and converts it to uninstallation SQL. | +| [[axmls:removeschema|removeSchema()]]                | Loads an XML schema from a file and converts it to uninstallation SQL.          
-| [[axmls:removeschemastring|removeSchemaString()]]    |Converts an XML schema string to uninstallation SQL. | +| [[axmls:removeschemastring|removeSchemaString()]]    | Converts an XML schema string to uninstallation SQL.                            
-| [[axmls:savesql|saveSql()]]                          |Saves the current SQL array to the local filesystem as a list of SQL queries.` | +| [[axmls:savesql|saveSql()]]                          | Saves the current SQL array to the local filesystem as a list of SQL queries.`  
-| [[axmls:schemafileversion|schemaFileVersion()]]      |Returns the AXMLS Schema Version of the requested XML schema file. | +| [[axmls:schemafileversion|schemaFileVersion()]]      | Returns the AXMLS Schema Version of the requested XML schema file.              
-| [[axmls:schemastringversion|schemaStringVersion()]]  |Returns the AXMLS Schema Version of the provided XML schema string. | +| [[axmls:schemastringversion|schemaStringVersion()]]  | Returns the AXMLS Schema Version of the provided XML schema string.             
-| [[axmls:setprefix|setPrefix()]]                      |Sets a prefix for database objects | +| [[axmls:setprefix|setPrefix()]]                      | Sets a prefix for database objects                                              
-| [[axmls:setupgrademethod|setUpgradeMethod()]]        |Sets the method to be used for upgrading an existing database +| [[axmls:setupgrademethod|setUpgradeMethod()]]        | Sets the method to be used for upgrading an existing database                   |
-| [[axmls:transformschema|transformSchema()]]          |unknown functionality |+
v5/axmls/axmls_functions.txt · Last modified: 2016/01/13 02:26 by mnewnham