ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:setupgrademethod

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
axmls:setupgrademethod [2015/11/16 00:03] mnewnhamv5:axmls:setupgrademethod [2016/01/13 02:26] (current) – ↷ Page moved from axmls:setupgrademethod to v5:axmls:setupgrademethod mnewnham
Line 7: Line 7:
     )     )
 </WRAP> </WRAP>
 +===== Description =====
 +
 +Sets the method to be used for upgrading an existing database
 +
 +
 +Use this method to specify how existing database objects should be upgraded. The method option can be set to one of the following:
 +
 +^Value^Description^
 +^ALTER|attempts to alter each database object directly|
 +^REPLACE|attempts to rebuild each object from scratch|
 +^BEST|attempts to determine the best upgrade method for each object|
 +^NONE|disables upgrading|
 +
 +This method is not yet used by AXMLS, but exists for backward compatibility. The ALTER method is automatically assumed when the adoSchema object is instantiated; other upgrade methods are not currently supported.
 +
v5/axmls/setupgrademethod.1447628609.txt.gz · Last modified: 2017/04/21 11:22 (external edit)