Pass-through query processing
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
When OpenAccess SDK is run in SQL pass-through mode, query processing is performed as follows:
- The OpenAccess SDK SQL Engine performs the parsing of the query.
- The IP handles the execution of the query – including all joins, unions, etc.
An IP working in SQL pass-through mode must exclusively use the API calls that are documented in this section when called to execute a statement through the EXECUTE entry point (ipExecute method in your IP).