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
Next revisionBoth sides next revision
axmls:axmls_functions [2015/11/05 02:45] – [Methods] mnewnhamaxmls:axmls_functions [2015/12/19 16:55] – [Table] mnewnham
Line 1: Line 1:
-====== AXMLS Function Reference ====== 
-===== Variables ===== 
-| [[reference:$ADODB_COUNTRECS]]         | In database drivers that do not support native recordset counting, controls whether to emulate the functionality                       | 
-===== Constants ===== 
-|[[reference:ADODB_ASSOC_CASE]]|Controls the case-specifity of recordset keys returned as associative arrays| 
-===== Methods ===== 
-| [[reference:adonewconnection|adoNewConnection() ]]  | Create a new connection object |     
-| [[axmls:adoSchema|adoSchema]]| (object &$db)|| 
  
-| [[axmls:continueonerror|continueOnError()]]  |bool ContinueOnError ([bool $mode = NULL])| 
-| [[axmls:convertschemafile|convertSchemaFile()]]|  string ConvertSchemaFile (string $filename, [string $newVersion = NULL], [string $newFile = NULL])| 
-| [[axmls:convertschemastring|convertSchemaString()]]|  string ConvertSchemaString (string $schema, [string $newVersion = NULL], [string $newFile = NULL])| 
-| [[axmls:destroy|destroy()]]|  void Destroy ()| 
-| [[axmls:executeinline|executeInLine()]]|  bool ExecuteInline ([bool $mode = NULL])| 
-| [[axmls:executeschema|executeSchema()]]|  integer ExecuteSchema ([array $sqlArray = NULL], [boolean $continueOnErr = NULL])| 
-| [[axmls:extractschema|extractSchema()]]|  string ExtractSchema ([boolean $data = FALSE])| 
-| [[axmls:parseschma|parseSchema()]]|  array ParseSchema (mixed $filename, [bool $returnSchema = FALSE], string $file)| 
-| [[axmls:parseschemafile|parseSchemaFile()]]|  array ParseSchemaFile (mixed $filename, [bool $returnSchema = FALSE], string $file)| 
-| [[axmls:parseschemastring|parseSchemaString()]]|  array ParseSchemaString (string $xmlstring, [bool $returnSchema = FALSE])| 
-| [[axmls:printsql|printSql()]]|  array PrintSQL ([string $format = 'NONE'])| 
-| [[axmls:removeschema|removeSchema()]]|  array RemoveSchema (mixed $filename, [bool $returnSchema = FALSE], string $file)| 
-| [[axmls:removeschemastring|removeSchemaString()]]|  array RemoveSchemaString (string $schema, [bool $returnSchema = FALSE])| 
-| [[axmls:savesql|saveSql()]]|  boolean SaveSQL ([string $filename = './schema.sql'])| 
-| [[axmls:schemafileversion|schemaFileVersion()]]|  string SchemaFileVersion (string $filename)| 
-| [[axmls:schemastringversion|schemaStringVersion()]]|  string SchemaStringVersion (string $xmlstring)| 
-| [[axmls:setprefix|setPrefix()]]|  boolean SetPrefix ([string $prefix = ""], [boolean $underscore = TRUE])| 
-| [[axmls:setupgrademethod|setUpgradeMethod()]]|  string SetUpgradeMethod ([string $method = ''])| 
-| [[axmls:transformschema|transformSchema()]]|  void TransformSchema (mixed $schema, mixed $xsl, [mixed $schematype = 'string'])| 
v5/axmls/axmls_functions.txt · Last modified: 2016/01/13 02:26 by mnewnham