![]() | 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. |
![]() | Performs the upgrade, using the supplied parameters |
![]() | 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. |
![]() | 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. |
IPTUpgradeManager Interface | com.plumtree.server Namespace