Prepared SQL statement with parameter binding in grid

Many of the more mature databases support the concept of prepared statements.
See [PHP: Prepared statements and stored procedures - Manual] for details.

This is a boost for performances in complex query.
Scriptcase does not allow prepared stamenents and this has a bad impact on database performances especially for complex queries that can benefit from being preperared once and executed multiple times.

It would be great if Netmake support prepared sql stament at least in grid application.