getAppliedPatches(): String;
The getAppliedPatches method of the Schema class returns a string containing all patches applied by a schema load to system schemas in your database. (See also the getUserAppliedPatches method.)
The format of the string returned by this method is schema-name Patches: followed by one or more lines in the following format.
file-type,file-name,jade-version,timestamp[,file-version-tag]
In the format of the returned string:
schema-name is the name of the system schema to which the patch was applied
file-type is Schema or DDB (
file-name is the full (absolute) path name of the file that was loaded
jade-version is the JADE version number (for example, 7.1.03)
timestamp is the date and time of the file load
file-version-tag is the optional version tag value obtained from the JadeFiletypeVersiontag line in the patchset file (for example, JadeFiletypeVersiontag SCM "7.1.03.024.001";).
This is repeated for each patch that was applied.
All commas in the file-name and file-version-tag are replaced by underscore characters.
An example of a string returned by this method is as follows.
RootSchema Patches: Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:22,7.1.03.024.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:30,7.1.03.025.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:31,7.1.03.043.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:32,7.1.03.051.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:34,7.1.03.061.001 Schema,C:\Jade7103test\bin\hotfix76.scm,7.1.03,2015/02/23 09:47:22,7.1.03.082.001 Schema,C:\Jade7103test\bin\hotfix76.scm,7.1.03,2015/02/23 09:47:25,7.1.03.083.001 Schema,C:\Jade7103test\bin\hotfix76.scm,7.1.03,2015/02/23 09:47:25,7.1.03.089.001 JadeSchema Patches: Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:17,7.1.03.032.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:34,7.1.03.052.001 Schema,C:\Jade7103test\bin\hotfix#42.scm,7.1.03,2014/12/20 11:06:37,7.1.03.061.001 Schema,C:\Transfer\hotfix#42.scm,7.1.03,2014/12/21 10:24:43,7.1.03.061.002 Schema,C:\Jade7103test\bin\hotfix76.scm,7.1.03,2015/02/23 09:47:21,7.1.03.069.001