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 01:43] mnewnhamv5:axmls:setupgrademethod [2016/01/13 02:26] (current) – ↷ Page moved from axmls:setupgrademethod to v5:axmls:setupgrademethod mnewnham
Line 12: Line 12:
  
  
-Use this method to specify how existing database objects should be upgraded. The method option can be set to ALTER, REPLACE, BEST, or NONE. ALTER attempts to alter each database object directlyREPLACE attempts to rebuild each object from scratchBEST attempts to determine the best upgrade method for each object, and NONE disables upgrading.+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. 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.1447634620.txt.gz · Last modified: 2017/04/21 11:22 (external edit)