Product Information > JADE Schema Load Utility User’s Guide > Chapter 1 - Using the Schema Load Utility > deleteMethodsIfAbsent

deleteMethodsIfAbsent

The optional deleteMethodsIfAbsent parameter enables you to specify whether you want to delete methods that exist in the JADE database but are not defined in the incoming schema file.

The value of this parameter defaults to the value of the deleteIfAbsent parameter. For example, if you want to delete the methods in the JADE database that are not in your schema file but you want to retain existing interfaces, classes, and properties that are not in the incoming file, specify:

jadloadb path=d:\jade\system schemaFile=d:\jade\scm\test.scm ini=d:\jade\myjade.ini ddbFile=d:\jade\scm\test.ddb deleteIfAbsent=false deleteMethodsIfAbsent=true