Informix Stored Procedure Language

You can use HCL Informix® Stored Procedure Language (SPL) statements to write routines, and you can store these SPL routines in the database.

Informix SPL is an extension to SQL that provides flow control, such as looping and branching. SPL routines can execute routines written in C or other external languages, and external routines can execute SPL routines.

You can use SPL routines to perform any task that you can perform in SQL and to expand what you can accomplish with SQL alone. SPL routines are parsed and optimized when they are created. The DataBlade® Developers Kit enables you to include SPL statements to create routines. For more information about SPL, see the Informix Guide to SQL: Tutorial.