Home | Previous Page | Next Page   Programming DataBlade Modules in Java > Editing Methods >

Most User-Defined Methods

BladeSmith generates only minimal code for most methods you create with the Routine wizard.

The Generated Code

BladeSmith only generates templates for most user-defined methods.

The generated method declares the routine, its return type, and arguments.

Completing the Code

To complete the code for most user-defined methods, you must:

For more information on programming routines, see IBM Informix: J/Foundation Developer's Guide.

Example

The example JavaCircle DataBlade module has user-defined methods.

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