Home | Previous Page | Next Page   Developing DataBlade Modules That Use the R-Tree Secondary Access Method > Creating Registration Scripts for Dependent DataBlade Modules >

Importing the ifxrltree Interface Object

In the BladeSmith tool, which is part of the 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 IBM Informix R-Tree Secondary Access Method DataBlade module is named ifxrltree1. The functionality that it represents is the set of error objects defined in the module.

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 IBM Informix R-Tree Secondary Access Method DataBlade module BladeSmith project file, ifxrltree.ibs. This BladeSmith project file is located in the $INFORMIXDIR/extend/ifxrltree.version directory, where version refers to the version of the IBM Informix R-Tree Secondary Access Method DataBlade module installed on your computer.

To import the ifxrltree1 interface object
  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 (the project name for the IBM Informix R-Tree Secondary Access Method DataBlade module), 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.

For details on how to use BladeSmith, see the IBM Informix: DataBlade Developer's Kit User's Guide. For more information on BladeManager, refer to the IBM Informix: DataBlade Module Installation and Registration Guide.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]