Aqualogic Interaction API  
 

IPTUpgradeManager Members

IPTUpgradeManager overview

Public Instance Methods

Connect Connect to the Plumtree server. Note that upgrade clients should NOT use IPTSession.Connect, since IPTSession.Connect relies on the database schema being in the correct format, but upgrade is performed on a database in an outdated format.
PerformUpgrade Performs the upgrade, using the supplied parameters
QueryParametersRequiredForUpgrade Returns an array describing the information needed by the server to perform an upgrade. The results are a 2D array where each row represents a requested data item, and the columns are described by PT_UPGRADE_PARAMETERS_COLS and PT_UPGRADE_DATATYPES. Note that clients MUST successful call Connect before calling this method.
SetSQLLoggingFile Sets the log file into which SQL statements will be recorded. If set, the resulting file can be used as SQL script which replicates the actions of the upgrade procedure.

See Also

IPTUpgradeManager Interface | com.plumtree.server Namespace