Why use the Developers Kit?
Although you can create a module manually, you can reduce development time considerably if you use the Developers Kit.
Three graphical user interfaces are provided for module
development:
- BladeSmith
- Creates your module
- BladePack
- Packages your module
- BladeManager
- Makes your module available in a database
In addition, the Developers
Kit provides the following tools for debugging your module
on Windows™:
- DBDK Visual C++ Add-In
- Debugs your module within Microsoft™ Visual C++
- IfxQuery
- Executes SQL debugging tests from within Microsoft™ Visual C++
The Developers
Kit reduces development time because it:
- uses wizards to guide you through complex SQL object creation options
- generates the following types of files:
- Complete SQL definitions for your database objects
- Complete code, or code entry points for C, C++, and Java™ source code
- Unit tests for debugging user-defined routines, opaque data type support routines, and cast support functions
- Functional tests for validating user-defined routines, opaque data type support routines, and cast support functions
- automates creating an interactive installation program for UNIX™ and Windows™ operating systems
The source code generated by the Developers Kit follows good coding practices for your HCL Informix® database server and ensures consistency among your user-defined routines.