Importing the ifxrltree interface object

About this task

In the BladeSmith tool, which is part of the Informix® DataBlade® Developers Kit (DBDK), an interface object represents a set of functionality provided by the DataBlade® module that defines the interface. Each interface object has a unique name. The interface for the R-tree access method is named ifxrltree1. The functionality that it represents is the set of error objects defined for the method.

To complete the BladeSmith project for a DataBlade® module dependent on the R-Tree access method, you must import the ifxrltree1 interface object into the dependent DataBlade® module's BladeSmith project file.

The ifxrltree1 interface object is located in the R-tree access method BladeSmith project file, ifxrltree.ibs. This BladeSmith project file is located in the $INFORMIXDIR/extend/ifxrltree.version directory

To import the ifxrltree1 interface object:

Procedure

  1. If necessary, copy the ifxrltree.ibs BladeSmith project file from its location under the $INFORMIXDIR/extend/ifxrltree.version directory to a directory accessible from the Windows environment in which you run BladeSmith.
  2. In BladeSmith, open ifxrltree.ibs in addition to opening the project of the dependent DataBlade® module.
  3. In the ifxrltree project, select the ifxrltree1 interface object and copy it to the clipboard.
  4. In the project of the dependent DataBlade® module, choose Edit > Import > From Clipboard to import the ifxrltree1 interface.

Results

For details about how to use BladeSmith, see the HCL® Informix® DataBlade® Developers Kit User's Guide. For more information about BladeManager, refer to the HCL® Informix® DataBlade® Module Installation and Registration Guide.