ObjectFilter

Description

ObjectFilter is an ant task to detect and remove objects from a source object container. In the different database systems, auxiliary objects and columns are used for internal management. These columns are auto generated by the database system, therefore they can be removed from the object container before the container is used to generate DDL. Furthermore, the objects may break the entire cross generation process. Object filter handles a source and target container as input, removes the database specific auxiliary objects and rewrites the source object container.

Names

Short

objfilter

Full

ObjectFilter

Input parameters

Parameter Description

sourceObjectContainerFile

file path to source object container (will be changed)

targetObjectContainerFile

file path to target object container

hookDir

directory path of hook location (optional)

Output parameters

Parameter Description

return code

Return Code