DataBlade modules

IBM® Informix® IDS provides several database extensions implemented with the DataBlade® Application Programming Interface, such as MQ Messaging, Large OBjects management, Text Search DataBlades, Spatial DataBlade Module, etc.

Genero BDL partially supports DataBlade modules:

However, as long as the syntax of the DataBlade functions follows basic SQL expressions, it can be used in static SQL statements. For example, the next query uses the bts_contains() function of the Basic Text Search extension:
SELECT id FROM products WHERE bts_contains( brands, 'standard' )

You can also use Dynamic SQL to perform queries with a syntax that is not allowed in the static SQL grammar.